m0ranwad / nba-led-scoreboard

NBA LED scoreboard! This project displays matches and scores for all of the current day's NBA action
GNU General Public License v3.0
5 stars 3 forks source link

--led-chain not working #18

Open tierns opened 3 weeks ago

tierns commented 3 weeks ago

When starting with the following command:

python3 main.py --led-gpio-mapping=adafruit-hat --led-rows=32 --led-cols=64 --led-brightness=80 --led-slowdown-gpio=3 --led-chain=2

The first matrix illuminates as expected, but the secondary one remains black.

Additionally, if I use the parallel command instead of the chain command, both matrices illuminate.

I do use the MLB scoreboard, and this same command works flawlessly there. I noticed the MLB repo has a coordinates subdirectory, while this one does not. Is that an omission, or is there a different methodology to configure the type of details found in MLB's w12832h.json?