urshofer / ofxRpiLED

OpenFrameworks LED matrix addon for Raspberry Pi
GNU General Public License v2.0
20 stars 3 forks source link

not showing up on matrix #1

Open jeffcrouse opened 5 years ago

jeffcrouse commented 5 years ago

Thank you for the addon! It looks very useful. But unfortunately, I can't seem to get it to communicate with my matrix. The demo programs work, but not the example apps.

https://vimeo.com/302930374/ca43bb9c4d

Any ideas what could be going wrong here?

urshofer commented 5 years ago

Well… https://github.com/hzeller/rpi-rgb-led-matrix/ is under active development, whereas ofxRpiLED includes a quite outdated version of the led library. Back then, the led library was quite picky about the supported matrices. I don't have a lot of time right now, but it would probably do the trick just to update the lib and check some binding/compatibility issues... (probably this fork works: https://github.com/iizukak/ofxRpiLED)