You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands/arguments used to start the scoreboard: cd mlb-led-scoreboard; sudo python3 main.py --led-gpio-mapping="adafruit-hat" --led-cols="64" --led-pwm-bits="5" --led-brightness="30" --led-slowdown-gpio="2" --led-rgb-sequence="GBR"
Expected behavior
Right now it should be at the base settings; no background and going through live games and changing pitchers, hitters, and the works.
Actual behavior
It seems to have full functionality except there is no backgrounds for teams ant the top half of board is all green writing, originally, the top had a solid green background with the teams different shades of green, now most of the time it is only showing one team in green writing. I tried changing the RGB and that would work for the bottom half as you could see the colors change with the changes of the code but the top wouldn't do it except once or twice the team turned to all blue.
Additional Information
The text was updated successfully, but these errors were encountered:
That is a weird one. First, the error message you are getting about isolcpus=3. Go ahead a place that statement in the /boot/cmdline.txt and reboot as the instructions state.
sudo nano /boot/cmdline.txt
Add isolcpus=3 and then press ctrl+x and then "y" and reboot the Pi.
As for the green, it could be the one options that you are using. I've the command below with both the 64x32 and the 128x64. Have you tried to move the letters around in this --led-rgb-sequence="GBR"Perhaps remove the quotation marks from the command. I don't have them in mine. In fact, remove them from everywhere in the commnad.
I just realized I had not been refreshing this tab and didn't realize I had someone trying to help me for 4 weeks, so I am sorry. I fixed the issue you talked about and tried messing with the RGB Sequence and it definitely does not like whenever g is next to an r; rgb, brg, so on. I think there's a chance the adafruit hat or the led board spent a couple days in the mailbox in the hot texas sun and it didn't like that. Is there anywhere I can test with a multimeter for what the supposed readings should look like.
This issue is a
Hardware Configuration
Software Configuration
Expected behavior
Right now it should be at the base settings; no background and going through live games and changing pitchers, hitters, and the works.Actual behavior
It seems to have full functionality except there is no backgrounds for teams ant the top half of board is all green writing, originally, the top had a solid green background with the teams different shades of green, now most of the time it is only showing one team in green writing. I tried changing the RGB and that would work for the bottom half as you could see the colors change with the changes of the code but the top wouldn't do it except once or twice the team turned to all blue.Additional Information
The text was updated successfully, but these errors were encountered: