-
Notifications
You must be signed in to change notification settings - Fork 174
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
How to connect multiple Led panel #356
Comments
i fix that , we have to connect PO of led panel 1 to led panel 2 and 5 wires connect with PO of led panel 2. but i have a new problem with flick on my panel how can i fix that , this is my code PxMATRIX display(matrix_width, matrix_height, P_LAT, P_OE, P_A, P_B, P_C, P_D); // Some standard colors #ifdef ESP32 void display_update_enable(bool is_enable) #ifdef ESP32 delay(3000); //void scroll_text(uint8_t ypos, unsigned long scroll_delay, String text, uint8_t colorR, uint8_t colorG, uint8_t colorB) { void display_text(uint8_t ypos,uint8_t xpos, String text, uint8_t colorR, uint8_t colorG, uint8_t colorB) { } void loop() { |
I have a problem with led panel , as instruction we connect PI with PO at 1 label , but if we have 2 panel we have to connect PO at panel 1 to PI panel 2 , so where can i connect 5 wires R2 G1 G2 B1 B2 of led panel 1
PI | PO
R2 | R1
G1 | R2
G2 | G1
B1 | G2
B2 | B1
The text was updated successfully, but these errors were encountered: