adafruit / Adafruit_CircuitPython_HT16K33

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

Add the animate() function from the example to the library. #75

Closed geekguy-wy closed 1 year ago

geekguy-wy commented 4 years ago

The animate() function that provides the animation ability for the alphanumeric displays should be moved from the animation example to the library.

jposada202020 commented 3 years ago

Could we just create a new file with the animation code, not sure all folks needs this functionality?. @makermelissa what do you think?

makermelissa commented 3 years ago

Yes, a new file makes sense.

jposada202020 commented 1 year ago

This was solved by #88.Thanks 👍🏼