Just a question, have you ever gotten the GEST_ID to return anything? Following notes from the FT6336 Datasheet:
This code returns '0' for me:
Serial.print("Gesture ID: "); Serial.println(ft6336u.read_gesture_id());
All the touch X and Y data work fine.
Perhaps I have to set some offsets??
Thanks...
and, your library has been very useful to me! Thank you!
Just a question, have you ever gotten the GEST_ID to return anything? Following notes from the FT6336 Datasheet:
This code returns '0' for me:
Serial.print("Gesture ID: "); Serial.println(ft6336u.read_gesture_id());All the touch X and Y data work fine.
Perhaps I have to set some offsets??
Thanks...
and, your library has been very useful to me! Thank you!