CWempe / SuperLEDstrip

14 stars 2 forks source link

Add support for RGBW #28

Closed CWempe closed 5 years ago

CWempe commented 6 years ago

https://github.com/FastLED/FastLED/issues/482

http://www.partsnotincluded.com/neopixels/fastled-rgbw-neopixels-sk6812/

CWempe commented 6 years ago

First we need to change the current definition of the leds array wich breaks the leds(x,y) function.

see: https://plus.google.com/+ChristophWempe/posts/hv5tCJQjuFn

After changing to RGBW some FastLED functions (like fill_solid or fadeToBlackBy) do not work anymore.

CWempe commented 6 years ago

The https://github.com/CWempe/SuperLEDstrip/tree/migrate_to_PlatformIO branch introduces RGBW support via the custom FastLED library 😀