t0mg / wordclock

ESP32 based DIY word clock project
Apache License 2.0
66 stars 11 forks source link

Updating color sometimes fail ? #38

Closed t0mg closed 8 months ago

t0mg commented 8 months ago

Sometimes (in my experience, only when a full brightness color is selected), a color change isn't taken into account until reboot, or, which is weird, if we first switch to a dimmer color or to full black, which seems to consistently "unblock" the color. Reproduced on the original wroom esp32 and esp32c3.

Seems related to the brightness controller, as I could not reproduce the issue when auto brigthness is set to 0 (disabled).

t0mg commented 8 months ago

fixed in ee578f4