-
Notifications
You must be signed in to change notification settings - Fork 24
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
Gesture function always returns none. #9
Comments
Im having the same issue with the Waveshare ESP32S3 touch 1.28" lcd.....no gestures being registered but x,y coordinate work just fine. |
same problem gestury dont work ...position is ok problem not only this lib |
Same issue with the same Waveshare board. Driving me crazy. |
Can you share any more information, are you using ArduinoIDE, Platformio? Which library version are you using? I am using the board and do not have any issues https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28 |
I am finding the same issue. X/Y touch events ok but gestures do not work. Tried the Double Tap example and nothing is detected. Arduino IDE 2.3.3 |
Hi, I'm using PlatformIO: PLATFORM: Espressif 32 (6.9.0)
Dependency Graph GPIO-pins: SDA=6, SCL=7, RST=13, INT=5 CST816S data_struct: Hope this helps. Ready to help with debugging :-) |
problem is FW touch |
Do you know if touch FW can be updated? |
mean no :/ I had a similar problem.... hope this helps |
I'm sure I'm missing something, but I can't get any gesture information.
No matter what I do on the screen gesture always returns "NONE".
The text was updated successfully, but these errors were encountered: