Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-3248S035C issue and workaround #4

Open
michalmonday opened this issue Mar 6, 2023 · 2 comments
Open

ESP32-3248S035C issue and workaround #4

michalmonday opened this issue Mar 6, 2023 · 2 comments

Comments

@michalmonday
Copy link

michalmonday commented Mar 6, 2023

It seems that the ESP32-3248S035C has an issue where the capacitive touch does not work on every 2nd reset of the board. Adding "tp.reset()" before "tp.begin()" prevents the problem in my case. No idea why or how, but after spending half day pulling hairs from my head trying to fix it I thought I'll share this here.

It's worth to note that the same issue occurs with the example (called "LVGL_Arduino-3.5CTP-gt911.ino") provided in ESP32-3248S035C documentation (these can be downloaded from links listed in aliexpress ESP32-3248S035C descriptions), which does not use TAMC_GT911 library.

@HowardAtHome
Copy link

This appears to be the same issue as I had, sadly I spent 2 days figuring it out - see issue 7.

@michalmonday
Copy link
Author

Thank you very much for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants