Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addressing multiple 8x8 panels #80

Open
andrewtryder opened this issue May 22, 2021 · 1 comment
Open

Addressing multiple 8x8 panels #80

andrewtryder opened this issue May 22, 2021 · 1 comment

Comments

@andrewtryder
Copy link

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

@makermelissa
Copy link
Collaborator

makermelissa commented May 25, 2021

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 makermelissa transferred this issue from adafruit/Adafruit_CircuitPython_Pixel_Framebuf May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants