How to get Touch working with ?Resistive Touch? Not sure #1020
-
Hello! This library is great, very FAST, which is what I was looking for! So thanks for that! Now, trying to get Touch working, and cant. I get no change in the X and y values, they show 0. I'm using only the 1 wire (T_CS) for touch, wired to GPIO 21. This display: https://www.amazon.com/gp/product/B073R7BH1B/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1 I have ESP32 Devkit v1, which doesnt have the GPIO 0 port like the v4 has. No biggie, incase you were wondring why I didnt use 0. // For ESP32 Dev board (only tested with ILI9341 display) Thanks for any help you have for me, everything else is working GREAT!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you connected the touch controller pins to the SPI bus? T_DO -> TFT_MISO pin Run the Test_Touch_Controller diagnostic example to test the connections. |
Beta Was this translation helpful? Give feedback.
Have you connected the touch controller pins to the SPI bus?
T_DO -> TFT_MISO pin
T_DIN -> TFT_MOSI pin
T_CLK -> TFT_SCLK pin
Run the Test_Touch_Controller diagnostic example to test the connections.