M5CardComputer Keyboard

Aus Micropython Referenz
Zur Navigation springen Zur Suche springen
kb = MatrixKeyboard()
x = kb.get_key()
x = kb.get_string()
x = kb.is_pressed()


Navigation

Zurück zur M5CardComputer Startseite