-
Hello everybody, i habe the problem, when i set the solid color to red, the led strip shows green. One other problem, this first led is flickering, also when i turn it of (in the web interface), any idea what could be the reason? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
It appears that you need to know what Fib product you are compiling for.. look at around line 56-> 82 in https://github.com/jasoncoon/esp8266-fastled-webserver/blob/main/esp8266-fastled-webserver/config.h . I have a Fib256 so I would then look here https://github.com/jasoncoon/esp8266-fastled-webserver/blob/main/esp8266-fastled-webserver/include/configs/product/fibonacci256.h which on line 27 has the color order defined for my Fib256. Then you would need to recompile it.
Hope this helps.
-Dave
|
Beta Was this translation helpful? Give feedback.
-
Assuming you're using the default configuration and/or Arduino, you probably just want to edit the default config here: https://github.com/jasoncoon/esp8266-fastled-webserver/blob/main/esp8266-fastled-webserver/include/configs/product/default.h#L27 |
Beta Was this translation helpful? Give feedback.
-
Maybe someone has an idea why the first LED always flickers? The LED flashes again and again in other colors (red & blue), you can see this when you set a solid color or turn off the LED's via controller (then it is most noticeable because all others are off). |
Beta Was this translation helpful? Give feedback.
Assuming you're using the default configuration and/or Arduino, you probably just want to edit the default config here: https://github.com/jasoncoon/esp8266-fastled-webserver/blob/main/esp8266-fastled-webserver/include/configs/product/default.h#L27