quarterturn / nhlscoreboard

NHL Scoreboard using python, NHL API, and a 64x32 RGB LED matrix driven by a Raspberry Pi
GNU General Public License v3.0
20 stars 0 forks source link

Error message? #1

Open PHI34Halladay opened 5 years ago

PHI34Halladay commented 5 years ago

Hey guys,

this is the error I get after starting the scoreboard: image

quarterturn commented 5 years ago

That's coming from the Adafruit rgb-led-matrix library framebuffer.cc (https://github.com/adafruit/rpi-rgb-led-matrix/blob/master/lib/framebuffer.cc). Make sure you can run the demo python code for the library first.