florianL21 / LED-ClockShelf

Code base for a completely customizable and configurable LED clock using WS2812b RGB LEDs. Controllable via the Blynk app
GNU General Public License v3.0
26 stars 6 forks source link

Problem with color changes #24

Open perezsalaIgnacio opened 5 months ago

perezsalaIgnacio commented 5 months ago

Hello Florian,

I have decided to do this project and when I assemble it I don't know what I am doing wrong. When I plug everything in, turn it on, it does the loading animation in blue, then it changes to green and does not change from white at any time.

What am I doing wrong?

I have the configuration as follows:

define HOUR_COLOR CRGB::White

define MINUTE_COLOR CRGB::Azure

define WIFI_CONNECTING_COLOR CRGB::Blue

define WIFI_CONNECTION_SUCCESSFUL_COLOR CRGB::Green

Thank you!

Translated with DeepL.com (free version)

florianL21 commented 5 months ago

Hello,

Did you disable the blynk functionality? If you would like to use static colors I would recommend disabling it so it does not interfere with your static colors

acircleda commented 2 months ago

I have also noticed this issue where the WIFI_CONNECTION_SUCCESSFUL_COLOR gets set as the clock color. I also noticed the correct color usually kicks in if I restart the system. A temporary hack is to set the WIFI_CONNECTION_SUCCESSFUL_COLOR to the color you want the clock, knowing that hour and min will be the same color