zeitungen / node-rpi-rgb-led-matrix

Project not maintained :( - Pilot your rgb led matrix with Nodejs ! Nodejs binding of rpi-rgb-led-matrix library https://github.com/hzeller/rpi-rgb-led-matrix
Do What The F*ck You Want To Public License
57 stars 47 forks source link

FrameBuffer expects <= 32, running a 64 x 64 panel #17

Open jcomack opened 6 years ago

jcomack commented 6 years ago

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 :)

hzeller commented 6 years ago
hzeller commented 6 years ago

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.

natcl commented 6 years ago

Any updates on this ?

hzeller commented 6 years ago

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

natcl commented 6 years ago

No promises but I'll have a look.

jcomack commented 6 years ago

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? :)

natcl commented 6 years ago

Sadly no :/ Don't have much time currently. I was able to use it from nodejs via the ledcat binary though. Not ideal but it works !

clowrey commented 6 years ago

https://github.com/zeitungen/node-rpi-rgb-led-matrix/pull/18 Should resolve these issues! hope it gets merged soon. :)