adafruit/Adafruit_CircuitPython_LED_Animation

Addressing multiple 8x8 panels

andrewtryder opened this issue · 1 comments

Hi, is there a way to address multiple 8x8 matrixes with this into a framebuffer for scrolling text?

I can talk to all just fine, but I am trying to use the library to draw scrolling text. I have 6 total panels (all work fine).

Layout is like this: 0-63 in an 8x8, 0-7 first row, then it continues and they're all in the same orientation.

Thanks

Adafruit_CircuitPython_Pixel_Framebuf only creates a framebuffer with Adafruit_CircuitPython_Framebuf and then draws it to the Animated LED library. Addressing is completely handled by Adafruit_CircuitPython_LED_Animation which does all the work, so I'm going to move the issue.