15#define FASTLED_OVERCLOCK 1.1
25#define LED_TYPE WS2811
26#define COLOR_ORDER GRB
28#define MATRIX_WIDTH 22
29#define MATRIX_HEIGHT 22
30#define GRID_SERPENTINE 1
32#define NUM_LEDS (MATRIX_WIDTH * MATRIX_HEIGHT)
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
XYMap xyMap(HEIGHT, WIDTH, SERPENTINE)
NoisePalette noisePalette(xyMap)
XYMap xyMap(MATRIX_WIDTH, MATRIX_HEIGHT, GRID_SERPENTINE)
@ TypicalLEDStrip
Typical values for SMD5050 LEDs.
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Implements a simple red square effect for 2D LED grids.
Demonstrates how to mix noise generation with color palettes on a 2D LED matrix.
Representation of an RGB pixel (Red, Green, Blue)