-
Notifications
You must be signed in to change notification settings - Fork 46
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
FrameBuffer expects <= 32, running a 64 x 64 panel #17
Comments
|
Ah, I see, you already filed rpi-rgb-led-matrix/519 - let's discuss the details there. But I think it boils down to refreshing this node.js library to use the latest version of the base library. |
Any updates on this ? |
Looks like @zeitungen is busy with other stuff, so some of the users of this node.jd library need to step up and send him a pull request that integrates the latest version of the rpi-rgb-led-matrix |
No promises but I'll have a look. |
Just checking in again; My current project that could use this change wasn't under active development lately, but I'd like to pick it up again... @natcl Did you have a chance to look into this yet? :) |
Sadly no :/ Don't have much time currently. |
#18 |
As the title suggests, I'm trying to run a 64 x 64 panel with this library. However, whenever I try to initialize my panel in the constructor and run the code, I receive a message stating that the FrameBuffer is expecting a size that is <= 32.
Is there anywhere I can alter this or is the code incompatible with 64 x 64 panels?
Thanks :)
The text was updated successfully, but these errors were encountered: