Replies: 1 comment 1 reply
-
The library does not support that, however you can use a support library such as this one which had examples for TFT_eSPI: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi there, I have a question: Is there any way to use this library for display and touch when they are connected to different pins? I have display with ILI9341 display driver and with XPT2046 touch driver. The board number is esp32-24320S028R.
Display connection:
TFT_MISO 12
TFT_MOSI 13
TFT_SCLK 14
TFT_CS 15
TFT_DC 2
TFT_RST -1
TFT_BL 21
Touch connection:
TOUCH_CS 33
TOUCH_MOSI 32
TOUCH_MISO 39
TOUCH_SCLK 25
TOUCH_IRQ 36
Beta Was this translation helpful? Give feedback.
All reactions