adafruit / Adafruit_CircuitPython_HT16K33

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

Allow spaces for 7-Segment Display #31

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

It should be pretty easy to support spaces on the 7-Segment Display since it is the same as all segments off. Currently it shows a zero instead of a space.

makermelissa commented 5 years ago

Fixed by #32