Touch Working with Generic ESP32 but not Espressive32? #3395
Replies: 1 comment 3 replies
-
i also had the same issue, im using esp32 s3 like you, the screen worked but the touch didnt work |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all!
I bought an ST7796S (LCD Wiki) along with a generic ESP32 from Amazon, connected the components, and set up the TFT_eSPI library as such:
User_Setup_Select.h
./TFT_eSPI_Setups/mySetup27_ST7796_ESP32.h (Copied from
User_Setups\Setup27_RPi_ST7796_ESP32.h
)Everything worked flawlessly; Screen was rendering graphics and the touch was working.
I switched over to an Espressif ESP32-S3-DevKitC-1-N8R8 (Pinout) and changed the pin definitions in the above header file:
Graphics render just fine but I can't get the touch to work at all! These are my connections:
I've tried the
Touch_Controller_Demo
andTest_Touch_Controller
demos to test on both MCUs.Why is it working with the generic ESP but not the official Espressif one?
Any help would be super appreciated! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions