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

Smallest possible changes to put inline with hzeller #18

Closed keptan closed 6 years ago

keptan commented 6 years ago

Pulled submodules, updated binding.gyp, and the constructors in ledmatrix.cc to compile and run with the latest version of https://github.com/hzeller/rpi-rgb-led-matrix

Changed the parameters in the ctor to allow for rows and cols, and a hardware mapping parameter. Tested with chained 64x64 panels.

zeitungen commented 6 years ago

I trust you for this! ;-)

Thanks for the PR!