adafruit / Adafruit_CircuitPython_HT16K33

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

Extend the marquee to work with arbitrary patterns #94

Closed FoamyGuy closed 2 years ago

FoamyGuy commented 2 years ago

for the 7x4 segments it would be great to have the ability to use set_digit_raw() with marquee() so that it could be used to scroll things other than numbers and hex letters.

see #79 and #80 for the history of this feature idea.

tekktrik commented 2 years ago

Fixed by #96