23#if SKETCH_HAS_LOTS_OF_MEMORY
31#define NUM_LEDS (WIDTH * HEIGHT)
32#define BLUR_AMOUNT 172
35#define SERPENTINE true
46 Serial.println(
"setup");
50 static int x = random(
WIDTH);
57 uint8_t r = random(255);
58 uint8_t g = random(255);
59 uint8_t b = random(255);
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
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.
void blur2d(CRGB *leds, fl::u8 width, fl::u8 height, fract8 blur_amount, const XYMap &xymap)
Two-dimensional blur filter.
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
@ GRB
Green, Red, Blue (0102)
Representation of an RGB pixel (Red, Green, Blue)