FastLED 3.9.15
Loading...
Searching...
No Matches
ColorBoost.ino

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:

  1. Install Fastled: pip install fastled
  2. cd into this examples page.
  3. Run the FastLED web compiler at root: fastled
  4. When the compiler is done a web page will open.
// @filter: (memory is large)
// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
#include "FastLED.h"
#include "./ColorBoost.h"
Demo of CRGB::colorBoost() for video display on WS2812 LEDs using animated rainbow effect (based on P...