FastLED 3.9.15
Loading...
Searching...
No Matches
ColorBoost.ino
Go to the documentation of this file.
1// @filter: (memory is large)
2
3// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
4#include "FastLED.h"
5
7
8#include "./ColorBoost.h"
Demo of CRGB::colorBoost() for video display on WS2812 LEDs using animated rainbow effect (based on P...