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

Closed
havituloh opened this issue Dec 30, 2024 · 9 comments
Closed

Rpi pi4 connec RGB matrix 16x32 #1747

havituloh opened this issue Dec 30, 2024 · 9 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

@havituloh
Copy link
Author

Mr why no sucses for me,please help me
https://github.com/user-attachments/assets/91b1bfc2-0738-4a49-aa82-949387025644

17367813332764259119022646954822
17367813848962989304106758852769

@davemaster
Copy link

Mr why no sucses for me,please help me https://github.com/user-attachments/assets/91b1bfc2-0738-4a49-aa82-949387025644

17367813332764259119022646954822 17367813848962989304106758852769

Hey, was you checked your command: ??? you're using cols=32, and rows=64, WRONG, do you speak English?

cols = columns = columnas -->> your panel has 32 columns
rows =rows = filas ---->> your panel has 16 rows

fix your command, and try again

@havituloh
Copy link
Author

Uploading VID_20250113_224816.mp4…

is this correct?

@davemaster
Copy link

Uploading VID_20250113_224816.mp4…

is this correct?

WHAT is VID_20250113_224816.mp4 ????

A SERIOUS advice, go read README.MD First... then come back

@marcmerlin
Copy link
Collaborator

marcmerlin commented Jan 13, 2025

I'm sorry if we have to start doing this now, but there are way too many bugs opened that aren't bugs, and they are unfortunately hiding the real bugs and genuine RFEs that could be worked on.
I'll quote the first page of README:

If you'd like help, please do not file a bug, use the discussion board instead: 
https://rpi-rgb-led-matrix.discourse.group/ (obviously please read this whole 
page first). If you file a bug asking for personal help instead of using the 
discourse group, please state in your bug that you have read this entire page and 
that you're indeed filing a bug or request for improvement. Otherwise, please use 
the discourse group.

I'm going to close this since it does not appear to be a bug, and please continue the discussion on the help board if needed, thank you..

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

3 participants