25#define NUM_LEDS (WIDTH * HEIGHT)
26#define BLUR_AMOUNT 172
29#define SERPENTINE true
44 static int x = random(
WIDTH);
51 uint8_t r = random(255);
52 uint8_t g = random(255);
53 uint8_t b = random(255);
fl::XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void blur2d(fl::span< CRGB > leds, u8 width, u8 height, fract8 blur_amount, const XYMap &xymap) FL_NOEXCEPT
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Representation of an 8-bit RGB pixel (Red, Green, Blue)
Aggregator header for the fl/ui/ family of per-element UI types.