2.8 TFT touch problem #3034
Replies: 5 comments 2 replies
-
You say the "touch is working". So what is the problem? |
Beta Was this translation helpful? Give feedback.
-
The touch doesn't work with the tft_eSPI I added tft_touch in order to have it working |
Beta Was this translation helpful? Give feedback.
-
Check that TOUCH_CS is really being seen. I not sure of your Tool slow but with Platformio, I had to set it in User_Setup.h in the library with my recent tests. |
Beta Was this translation helpful? Give feedback.
-
The touch controller must be on the same SPI bus as the display but with a separate chip select. Note also that you may need to disconned the TFT_SDO pin on some displays, see here. |
Beta Was this translation helpful? Give feedback.
-
Thank you I will try to modify the circuit |
Beta Was this translation helpful? Give feedback.
-
Hi
I bought all in one TFT 2.8 with ESP32, I am able to use the display but not the touch using the TFT_eSPI
I configured like this
However, the touch clock, for example, is using a different pin
I tried with TFT_TOUCH with this setting
And the touch is working
Can I use the TFT and Touch with TFT_eSPI? and the most important how?
Beta Was this translation helpful? Give feedback.
All reactions