adafruit / Adafruit_CircuitPython_HT16K33

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

Don't limit hex numbers, no reason to #55

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

I realized there was no good reason to limit the hex numbers since it'll work anyways, so I removed the limit checking to give more flexibility to users.