Open James-E-A opened 6 years ago
Also: PicoLcd._read()
already seems already able to catch HID events.
extra rudimentary demo:
>>> from PicoLCD import PicoLcd;p=PicoLcd()
>>> print([None, "BACK", "HOME", "UNASSIGNED1", "UNASSIGNED2", "UP", "OK", "DOWN"][(p._read(),p._read())[0][1]])
Needs to at leave give the capability of linking into the face buttons
(There's only 5 of them, so it shouldn't be too bad…🔙🏠|⬆️🆗⬇️