When TFT using 8-Bit mode is SPI for touchscreen possible? #1714
-
Hi All, Now I am trying to get the touch part to work using XPT2046_Touchscreen library using SPI. It's not working and when its all wired up, the TFT display goes all gray and stops displaying anything. I am thinking that the SPI must be unavailable when the 8-bit mode is used for the display. Is that correct? Am I trying to use this in an unsupported way or should it be possible with this device? Thank you for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If it is a ILI9341 based display you should get 25-30fps with SPI at 40MHz clock. In parallel mode the SPI touch is not supported by the library however you can use other touch libraries like TFT_eTouch or the Adafruit ones. |
Beta Was this translation helpful? Give feedback.
If it is a ILI9341 based display you should get 25-30fps with SPI at 40MHz clock.
In parallel mode the SPI touch is not supported by the library however you can use other touch libraries like TFT_eTouch or the Adafruit ones.