adafruit / Adafruit_CircuitPython_HT16K33

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

Keypad Functionality for HT16K33 Breakout #81

Open LewsTherinTelamon opened 3 years ago

LewsTherinTelamon commented 3 years ago

It would be nice to be able to use the keypad functionality of this device. Currently only the backpack exposes the needed pins, and the featherwing does not. However, it could be useful for prototyping purposes to be able to add keys to the backpack version and read them with the library. Happy to take a swing at this as I need this functionality for my current project.