Replies: 1 comment 4 replies
-
Are you printing stuff to serial output? This can cause issues. Also, don't have cables any longer than 10cm. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have a weird issue with a LED Matrix project I am working on. I was able to build a "test" project and the LED Matrix is driven perfectly. Then I added Blynk.Edgent in the mix (Wifi connection) and now there is interference on the screen. See Video. I really don't know how to get rid of this interference.
The ESP is a ESP-WROOM-32 and the LED Display is P2.5-16S-V1.0
Pinout is as following:
#define R1_PIN_DEFAULT 25
#define G1_PIN_DEFAULT 26
#define B1_PIN_DEFAULT 27
#define R2_PIN_DEFAULT 14
#define G2_PIN_DEFAULT 12
#define B2_PIN_DEFAULT 13
#define A_PIN_DEFAULT 23
#define B_PIN_DEFAULT 19
#define C_PIN_DEFAULT 5
#define D_PIN_DEFAULT 17
#define E_PIN_DEFAULT -1 // IMPORTANT: Change to a valid pin if using a 64x64px panel.
#define LAT_PIN_DEFAULT 4
#define OE_PIN_DEFAULT 15
#define CLK_PIN_DEFAULT 16
Here is a Video of the issue
Video
Beta Was this translation helpful? Give feedback.
All reactions