SPI for display use different pins as SPI for touch support (e.g. ESP32-Cheap-Yellow-Display) #3123
Replies: 1 comment 4 replies
-
The library does not support that however you can use an additional touch library, for example this one: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the library for the CYD (ESP32-Cheap-Yellow-Display) like the ESP32-2432S028R the issue arrises that the SPI for the display is different from the SPI of the touch.
So when defining the touch like this:
the touch works well, but the display does not work.
defining the right pins for the display
ensures the display works well, but the touch no longer works.
IDE (e.g. Arduino or PlatformIO)
Arduino
TFT_eSPI library version (try the latest, the problem may have been resolved!) from the Manage Libraries... menu
Latest (2.5.34)
Board package version (e.g. 2.0.3) available from the Boards Manager... menu
Procesor, e.g RP2040, ESP32 S3 etc
ESP32 https://nl.aliexpress.com/item/1005004961285750.html
TFT driver (e.g. ILI9341), a link to the vendors product web page is useful too.
ILI9341
Interface type (SPI or parallel)
SPI
Is there a way currently to have this configured / supported by the library?
Beta Was this translation helpful? Give feedback.
All reactions