Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rpi pi4 connec RGB matrix 16x32 #1747

Open
havituloh opened this issue Dec 30, 2024 · 4 comments
Open

Rpi pi4 connec RGB matrix 16x32 #1747

havituloh opened this issue Dec 30, 2024 · 4 comments

Comments

@havituloh
Copy link

I want to ask about the RPI PI 4 connecting to a 16x32 RGB matrix, it appears but not fully, I still use manual jumper cables for the wiring, for the attached photo
gmail_images20241230_233926
gmail_images20241230_233916

@davemaster
Copy link

Greetings,

Your command line please...

@havituloh
Copy link
Author

sudo ./demo -D0 --led-no-hardware-pulse --led-cols=16 --leader=32

@havituloh
Copy link
Author

Please help me

@davemaster
Copy link

sudo ./demo -D0 --led-no-hardware-pulse --led-cols=16 --leader=32

As You're using a RPi 4, you need to use --led-slowdown-gpio=<0..4> (even 5), and as those panels (16x32) are not those sell by sparkfun (32x32) you must find --led-multiplexing=<1..18> (or new values, as this library is in continue updating)

try:
sudo ./demo -D0 --led-no-hardware-pulse --led-cols=16 --led-rows=32 --led-slowdown-gpio=4 --led-multiplexing=8 (or try from 2->others)

best regards, don't forget, post a video or picture as well the command you're trying so we can diagnose the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants