adafruit / Adafruit_CircuitPython_HT16K33

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

Added colon property to 7-segment x 4 display #56

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

I realized the colon class was not being used with the smaller display and added it. I used a property so users could access it with .colon instead of .colon[0].