Unable to use RP2040 and 3.5" TFT Capacitive Touch Screen(ST7796SU1) #3050
Replies: 6 comments 1 reply
-
Unless you have changed them, the usual default for a PIco rp2040 MOSI 19, SCLK18, MISO16. SPI0. |
Beta Was this translation helpful? Give feedback.
-
@ballistRC I did change it in the above setup file. Or is there any other place I need to change it ? |
Beta Was this translation helpful? Give feedback.
-
I can see why you thought the following line was needed but delete it. That line invokes a driver for displays intended to connect to the original Linux based Rasperry Pis. Delete this line:
Note that you will need another library for the capacitance touch screen, TFT_eSPI does not support it. So there is no point in adding these lines to the setup, delete them:
Compile and upload again to try the new settings. Run the Read_User_Setup sketch and check the serial monitor output, this shows if the compiler is picking up your settings. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Update: It is working now. Thanks. Here's the updated settings.
|
Beta Was this translation helpful? Give feedback.
-
Just noting for others looking that this is a working config for the 52Pi EP-0172 board. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team,
I'm unable to use RP2040 and 3.5" TFT Capacitive Touch Screen(ST7796SU1). It is not displaying anything.
Board details: LInk1, Link2
Here is my setup code:
Beta Was this translation helpful? Give feedback.
All reactions