ESP32 WROOM with ILI9486 parallel tft shield #2154
Replies: 2 comments 11 replies
-
The UNO format of the ESP32 boards are still available so that is the simplest route. There's nothing special about the capability of the UNO style ESP32 boards so other board types could be used with the same or equivalent GPIO allocations. I have not used the touch library but it should work fine with the ESP32 providing the required number of GPIO are available. |
Beta Was this translation helpful? Give feedback.
-
hello, upon more examination i have found the issue that is stopping everything from working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I have a 320x480 3.5" ili9486 display, i beleive that it is probably made to fit uno/mega boards?

im using an esp32 wroom(not an esp32 UNO board). I cant find any posts that describe using an esp32 WROOM to get touch data from my tft, only ESP32 UNO board managing to get touch data.
is there any way of getting touch data from the ili9486 tft to my esp32 wroom? many similar discussions suggest using this library however i belive that library only works with esp32 uno boards not devkits like mine
Beta Was this translation helpful? Give feedback.
All reactions