Not sure how to wire the screen to make tft_espi touch work #2684
Unanswered
PLVaisman
asked this question in
Q&A - Touch
Replies: 2 comments
-
The library provides support for XPT2046 resistance based touch controllers. Capacitance based screens require a separate library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Will this help? Also: TAMCTec GT911 Library (version 1.0.2), https://github.com/TAMCTec/gt911-arduino |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Plus further information as appropriate to the problem:
1.
SCLK: 14
MOSI: 13
MISO: 12
DC: 16
CS: 15
RST: 17
BL: 21
SCL: 38
SDA: 39
INT: 40
The code used is the Touch Controller Demo in your examples
And the user_setup:
What am i doing wrong ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions