pi pico with waveshare pico-lcd-2 display problem #2483
Replies: 6 comments
-
Have you followed the instructions here: Have you run the Read_User_Setup sketch and checked the serial output is correct? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I followed the instructions here: And I run the Read_User_Setup sketch and paste the serial output as follows: [code] MOSI = GPIO 11 TFT_BL = GPIO 13 Font GLCD loaded Display SPI frequency = 20.00 |
Beta Was this translation helpful? Give feedback.
-
Are you using the Arduino IDE and Earle Philhower's board package? |
Beta Was this translation helpful? Give feedback.
-
Yes, Arduino IDE 1.8.19 and Earle Philhower's board package 3.0.0. I confirmed the environment and rerun the Read_User_Setup sketch. [code] MOSI = GPIO 11 TFT_BL = GPIO 13 Font GLCD loaded Display SPI frequency = 20.00 |
Beta Was this translation helpful? Give feedback.
-
Comment out the following line in the setup file thus: |
Beta Was this translation helpful? Give feedback.
-
It works! Thanks for your kind help!! |
Beta Was this translation helpful? Give feedback.
-
pi pico with waveshare pico-lcd-2 display is not working. howto correct? please help
here is the setup file
my test file is examples\Test and diagnostics\Colour_Test
Beta Was this translation helpful? Give feedback.
All reactions