Keyboard Qwerty #1616
Unanswered
HKpro2090
asked this question in
Q&A - Sprites
Keyboard Qwerty
#1616
Replies: 2 comments 7 replies
-
try this: https://forum.arduino.cc/t/adafruit-tft-touchscreen-keypad-for-touchscreen/347024 |
Beta Was this translation helpful? Give feedback.
7 replies
-
The Button class is designed for direct screen writes. It uses Button coordinates and these are not always the same as screen position for the touch. You should find a direct write to the screen works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I m trying to build a keyboard using TFT_espi, I would like to know whether it is possible to use the Button class inside sprite. I don't see any function call to add a button to sprite and later push the sprite when needed.
Beta Was this translation helpful? Give feedback.
All reactions