LED Matrix Power Issue? #12
Unanswered
leatherman5150
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hey there, I have my displays wired to the Adafruit bonnet. If the display is showing nothing at all, it sounds to me like the rgb led matrix didn't initialize. That is a separate bit of code we need to get working in our project. Do the lights on the adafruit hat light up when the pi gets power? You aren't double powering the pi, powering the pi over usbc while the adafruit bonnet is attached and powered? You can re-run through this section - it won't hurt anything to try again : https://github.com/ChuckBuilds/LEDMatrix?tab=readme-ov-file#system-setup--installation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Pretty new to microcontrollers & the Adafruit catalog, so be gentle... ha.
I followed your steps (great walkthrough by the way, very simple and straightforward for a newcomer like myself), and for some reason i am getting nothing from the LED matrix's. No initializing screen.. nada. I am curious if there is a power issue, i am using a raspberry pi 4B with the Adafruit Bonnet & the 4A power supply. Only difference between my setup and your is that i am using the 5mm pitch instead of the 4mm. Did you wire boards straight to the power supply? Or did you go through the bonnet? I read on Adafruit's website that they recommend the terminal style attachment to power the bigger boards. When i run the software on PowerShell, i can see the ESPN API being pinged.. so i assume the software is doing it's job. It is just getting lost in translation to the board.
Thanks again for putting all this together!!
Beta Was this translation helpful? Give feedback.
All reactions