You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
makermelissa
transferred this issue from adafruit/Adafruit_CircuitPython_Pixel_Framebuf
May 25, 2021
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
The text was updated successfully, but these errors were encountered: