Page 1 of 1

Troubleshoot LED Matrix Cube

Posted: Fri Dec 06, 2024 3:00 pm
by alquin_cook
I followed the RGB LED Matrix Cube with 25,000 LEDs guide and even made the code changes mentioned here viewtopic.php?t=214706&hilit=RGB+LED+Matrix+Cube to get the cube working.

However, now I need some help troubleshooting the top and left panels. The panels do not display the words correctly from the images/minecraft.png. The other panels are working correctly.

I have disassembled the cube and check the connections several times. I have tried running the globe program, but I am still having the same problem.

Are there any recommendations on how to fix this problem?
top panel.jpg
top panel.jpg (481.42 KiB) Viewed 127 times
left panel.jpg
left panel.jpg (375.24 KiB) Viewed 127 times
right panel.png
right panel.png (491.12 KiB) Viewed 127 times
Works

Re: Troubleshoot LED Matrix Cube

Posted: Sun Dec 08, 2024 8:12 pm
by alquin_cook
I am having the same issue found here: viewtopic.php?t=193055

I have re-soldered my GPIO 4 to 18 jumper and the E8 jumper.

Re: Troubleshoot LED Matrix Cube

Posted: Tue Jan 14, 2025 7:40 am
by mhhf
I had the same issue. Solved it by increasing the gpio_slowdown from 4 to 5, although it doesn't as 'good' anymore, the image doesn't glitches.
You can find the setting in the imageviewer.py among other things.

Re: Troubleshoot LED Matrix Cube

Posted: Tue Jan 14, 2025 12:24 pm
by adafruit_support_carter
That'd be an easy thing to try. Looks like the original project was based on a Pi4:
https://learn.adafruit.com/rgb-led-matr ... i/overview

So if using a Pi5, may need more slow down.