Replies: 7 comments 6 replies
-
You need to specify the size of your matrix, it's size is otherwise inferred as 32x32 and the image can be multiplexed.
I'm not really sure what the screenshot is supposed to show. |
Beta Was this translation helpful? Give feedback.
-
Still having issues with a 64x32 matrix. I wonder if I need to wire both sides of the matrix? |
Beta Was this translation helpful? Give feedback.
-
if you have raspberry pi 4b, the adafruit bonnet and 64x32 matrix, try this command line and also note whatever messages you get if any as there is a issue with new installs that has a fix that i was given today to try and it worked for me. your matrix hookup looks right if you put the ribbon cable on the "data in" 16pin connector (which the arrow on the circuit board might show). first, let's try running from the mlb-led-scoreboard directory: sudo python3 main.py --led-gpio-mapping="adafruit-hat" --led-rows=32 --led-cols=64 --led-brightness=05 --led-slowdown-gpio=4 --led-scan-mode=0 |
Beta Was this translation helpful? Give feedback.
-
sounds like progress is being made! you might want to adjust the brightness thing to your liking between 0 and 100 (you probably find my setting of 5 too dim) and you might have to adjust the "--led-slowdown-gpio=4" to 0, 1, 2 or 3 if you get funky results at 4. 4 is where my 4b is best at, and it seems you are using a pi zero w, so your setting might be different. i have not tried disconnecting putty ssh with the display running yet so i can't speak to the display stopping but i imagine if that happens to me too, the fix is that thing that makes the display autorun when the pi finishes booting up and i saw instructions for doing that somewhere on this project page, wiki, or newbie's guide. |
Beta Was this translation helpful? Give feedback.
-
Here perhaps? |
Beta Was this translation helpful? Give feedback.
-
Everything seems to be working great now. Just need to find a nice
enclosure that will work for the matrix and my pi 4b
…On Fri, Jan 26, 2024, 9:29 PM gotopes ***@***.***> wrote:
yes! have you tried this yet? i haven't yet but i anticipate things going
smoothly once i finish get my display working right with the command flags.
i have an occasional stray line across the display and it's not always in
the same place so it's not dead led's, for instance. i think i might try
the bonnet pin 4/18 jumper and change the gpio mapping flag and see if that
helps.
—
Reply to this email directly, view it on GitHub
<#508 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFFEQWXWZKKSS4LCXM7GAWLYQRYCDAVCNFSM6AAAAABBQA7RM2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DENRTGIYTC>
.
You are receiving this because you authored the thread.Message ID:
<MLB-LED-Scoreboard/mlb-led-scoreboard/repo-discussions/508/comments/8263211
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I also completed the step to have it restart everyday at 4am |
Beta Was this translation helpful? Give feedback.
-
I have a 64w x 32h matrix but when I power on the board, everything is displayed 2x side by side. I thought I followed the instructions for configuring the matrix, see attached:
w64h32.json
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions