easybotics / node-rpi-rgb-led-matrix

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

update to latest rpi-rgb-led-matrix #17

Open CharlieMarshall opened 2 years ago

CharlieMarshall commented 2 years ago

I wanted to use some newer features of the rpi-rgb-led-matrix library namely V-mapper:Z so attempted to update the submodule.

Ran into a issue that https://github.com/hzeller/rpi-rgb-led-matrix/commit/3ea0f8369ab48d5a8ad802ad7c84ca2becabaccc breaks compliation. This is beyond me but removing 3 lines from 2 files made it compile and it works in my limited testing.

You will want to check it over and ensure that everything still works as I don't really know what I am doing here