MLB-LED-Scoreboard / mlb-led-scoreboard

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

I created a new w64h32.json and re ran install.sh but is still splitting into two 32 by 32 screens. #462

Closed ianchang1 closed 1 year ago

ianchang1 commented 1 year ago

This issue is a

Hardware Configuration

Software Configuration

Expected behavior

Actual behavior

Additional Information

ianchang1 commented 1 year ago

I am using a Rasberry PI 3 with an adafruit matrix bonnet. Pretty new to all of this stuff so learning along the way. I got everything up and running but when playing around with configuration can't seem to have one big screen instead of two mini ones. When I rerun isntall.sh it says it updated from w64h32.json but when I boot nothing changes

c2mfj commented 1 year ago

What are your args used to start the scoreboard? If you're not passing any row or column arguments its defaults to 32x32. You need to use --led-cols=64 for your board.

ianchang1 commented 1 year ago

That worked thanks!