adafruit / Adafruit_CircuitPython_HT16K33

Adafruit CircuitPython driver for the HT16K33, a LED matrix driver IC.
MIT License
41 stars 29 forks source link

Initial Commit of keypad.py #83

Closed LewsTherinTelamon closed 3 years ago

LewsTherinTelamon commented 3 years ago

Creates initial commit of keypad.py which writes to the keypad register of the HT16K33 and reads back 6 bytes of data into a bytearray.