FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
WS2812B controller class.
task & then(function< void()> on_then)
static task at_framerate(int fps)
static task every_ms(int interval_ms)
void fill_solid(struct CRGB *targetArray, int numToFill, const struct CRGB &color)
Fill a range of LEDs with a solid color.
@ GRB
Green, Red, Blue (0102)
LIB8STATIC uint8_t random8()
Generate an 8-bit random number.
void async_run()
Run all registered async tasks once.
Generic asynchronous task management for FastLED.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
#define FL_TRACE
A macro to capture the current source file, line number, and time.