MLB-LED-Scoreboard / mlb-led-scoreboard

An LED scoreboard for Major League Baseball :baseball:
GNU General Public License v3.0
595 stars 105 forks source link

Top Half of screen is green #497

Open DomZ31 opened 1 year ago

DomZ31 commented 1 year ago

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

IMG_20230809_223918266 IMG_20230809_223935503 IMG_20230809_223954345 IMG_20230809_223851888 IMG_20230809_223919751 IMG_20230809_224022623 IMG_20230809_223857026

pjockey commented 1 year ago

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.

sudo python3 main.py --led-gpio-mapping=adafruit-hat-pwm --led-brightness=60 --led-slowdown-gpio=2 --led-cols=128 --led-rows=64 --led-rgb-sequence=BGR --led-row-addr-type=3

DomZ31 commented 1 year ago

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.