adafruit / Adafruit_CircuitPython_HT16K33

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

Added Shift functions for matrix #50

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

Taking full advantage of the refactored matrix classes, I ported these functions over from the FeatherWing library so we can use them with non-feather matrices. This also allows the read the matrix dimensions for calculations.

ladyada commented 4 years ago

make a generic shift x y function?

makermelissa commented 4 years ago

I'll see what I can do. :)

makermelissa commented 4 years ago

I'm not sure if this is what you meant. I can remove the shift_up, etc. functions if you think that would be better.