15#if !SKETCH_HAS_LOTS_OF_MEMORY
25#define FASTLED_OVERCLOCK 1.1
35#define LED_TYPE WS2811
36#define COLOR_ORDER GRB
38#define MATRIX_WIDTH 22
39#define MATRIX_HEIGHT 22
40#define GRID_SERPENTINE 1
42#define NUM_LEDS (MATRIX_WIDTH * MATRIX_HEIGHT)
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
void setup()
Demonstrates how to overclock a FastLED setup.
CRGBPalette16 noisePalette
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Demonstrates how to mix noise generation with color palettes on a 2D LED matrix.
Representation of an RGB pixel (Red, Green, Blue)