Problem that all LEDs are glimpsing
Closed this issue · 4 comments
Hi,
i built your project and after some pitfalls i got it up and runing but i have an brightnes issue. it seems that all leds glimms and therefore there is no clear contrast an the quality of the clock or other screens are really bad. switching the brightness in the web frontend down not really help.
To get it running i switched to pins as PIN 16 for the button was not available on my esp32 and with PIN 12 i had issues booting. After googlind i found out that for Pin12 it is stated: "boot fails if pulled high, strapping pin" so i switched to PIN 15.
so this is my pinout now.
#ifdef ESP32 #define PIN_ENABLE 26 #define PIN_DATA 27 #define PIN_CLOCK 14 #define PIN_LATCH 25 #define PIN_BUTTON 5 #endif
And here is a image of the glimpsing leds:
Any idea what is wrong why all leds are glimpsing ?
Best regards
Dirk
Did you unsolder the chip on the display completely or just one pin? There have been cases, where the chip on the display needed to be removed completely.
Probably not, but if you look right of your cable, it seems that there is a wire shortig multiple soldering pads. Maybe that is the issue.