FastLED / FastLED

The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.
http://fastled.io
MIT License
6.38k stars 1.62k forks source link

WS2812B Show only one color #685

Closed dzuljo closed 5 years ago

dzuljo commented 5 years ago

Hi I work with esp8266-fastled-webserver With APA102 everything is good. With WS2812B i have problem,only one color is showing. example: RGB green is working GRB red is working GBR blue is working WS2812B pass the test but i have problem with sketch. Microcontroler is Nodemcu Some sugestion ?

Thanks

marcmerlin commented 5 years ago

Have you used the simple demo examples that come with FastLED to see if colors work there?