3.5" KMRTM35018-SPI Resistive Touch TFT (ILI9488) #3733
Unanswered
qubit999
asked this question in
Q&A - Touch
Replies: 1 comment
-
On this board with the 9488, you can not connect pin9 SDO(MISO) and pin13 T_DO of the display. The output pin9 SDO(MISO) does not support tristate when CS is high. Pin9 must be unconnected if other SPI devices are connected to the same SPI bus.. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I got the display working, I can display text and shapes, etc.
Touch is not working as of now.
This is my touch code:
I'm using
touchDraw()
inside my main loop(). I have no calibration code but it should react anyway somehow (not exact) if I press the touch screen anywhere, or am I wrong here? When I press the screen it doesn't jump into the if-condition, simply nothing happens. Is it possible that my touchscreen is not supported for touch?This is my User_Setup.h:
Beta Was this translation helpful? Give feedback.
All reactions