adafruit / Adafruit_CircuitPython_HT16K33

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

Added print_hex function for segmented displays #52

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

Also made matrix scrolling smoother by turning off auto_write during the shifting.

ladyada commented 4 years ago

0xN1C3