fbiego / CST816S

An Arduino library for the Hynitron CST816S capacitive touch screen IC
MIT License
52 stars 24 forks source link

Gesture function always returns none. #9

Open theghostglitch opened 7 months ago

theghostglitch commented 7 months ago

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".

Gloverk911 commented 6 months ago

Im having the same issue with the Waveshare ESP32S3 touch 1.28" lcd.....no gestures being registered but x,y coordinate work just fine.

autodiag commented 6 months ago

same problem gestury dont work ...position is ok problem not only this lib

jonpul commented 5 months ago

Same issue with the same Waveshare board. Driving me crazy. Can we get some confirmation that this is a Waveshare implementation issue and not a library or config issue?

georgemclaughlin commented 1 month ago

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

PhilG1300 commented 1 month ago

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. Using the same Waveshare ESP32-S3 Touch LCD 1.28

Arduino IDE 2.3.3 ESP32 compiler by Espressif 3.0.6 CST816S version 1.2.0 Hope info is useful.