adafruit / Adafruit_CircuitPython_HT16K33

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

Multidisplay support #101

Closed makermelissa closed 2 years ago

makermelissa commented 2 years ago

Fixes #74. Fixes #67.

This has been tested on the FeatherWings. I have included examples. Library should function as before with single displays. The main difference is a lot of the hard-coded numbers are now calculated.

makermelissa commented 2 years ago

Currently this only supports side by side matrices, but it should be easy enough to update for vertically stacked I think.