Replies: 4 comments 6 replies
-
Hello, we can't use tft_espi for the touch screen so that warning is to be expected. It should work though, can you just confirm your board number (the name on the back of the board) |
Beta Was this translation helpful? Give feedback.
-
I'm having this exact same issue. Same board number, hello world example works, the touchscreen test example does not. Getting the same warning and the screen shows the same readings. No response from touching the screen. I just got the board today and was very tired but wanted to try setting it up quickly. I haven't done any troubleshooting yet besides searching the issue and seeing this post. (I don't know where to begin with troubleshooting to be honest, I'm still somewhat new to microcontrollers and display libraries and such.) I'm glad to see it's not just me with this issue. |
Beta Was this translation helpful? Give feedback.
-
Use HSPI instead of VSPI in the example.
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Same problem here |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I have managed to load the "Hello World" sketch to my CYD after replaceing the UserSetup.h file in the TFT_eSPI folder and that works fine
However I tried the Basics>TouchTest example and although it builds, I get a warning during the build :
TFT_eSPI.h:973:8: warning: #warning >>>>------>> TOUCH_CS pin not defined, TFT_eSPI touch functions will not be available!
Once the sketch is loaded to my CYD, the screen just shows :
Pressure=4095
X = 0
Y = 0
and also no response from the touch screen. Have I missed a line to set un the UserSetup.H (thought the CYD version would set the board up incl. the touch screen)
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions