The TKeyboard
component provides a simple interface to the T-Keyboard
keypad. It allows you to read which key is currently pressed.
Note: the t-keyboard (default firmware) doesn't use the interrupt output to indicate when a new key is pressed.
This example shows how to get the user input (key presses) from the LilyGo T-Keyboard. It is designed to run on a LilyGo T-Deck.
578972c307a99a8a1d9fc7ef2fe5ea6f2dc04e59
idf.py add-dependency "espp/t_keyboard^1.0.22"