13#if !SKETCH_HAS_LOTS_OF_MEMORY
27#define LED_TYPE WS2811
28#define COLOR_ORDER GRB
30#define MATRIX_WIDTH 16
31#define MATRIX_HEIGHT 16
34#define GRID_SERPENTINE 0
36#define GRID_SERPENTINE 1
39#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
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)