This sketch is fully compatible with the FastLED web compiler.
This sketch is fully compatible with the FastLED web compiler. To use it do the following:
- Install Fastled:
pip install fastled
- cd into this examples page.
- Run the FastLED web compiler at root:
fastled
- When the compiler is done a web page will open.
#include "FastLED.h"
Demo of CRGB::colorBoost() for video display on WS2812 LEDs using animated rainbow effect (based on P...