FastLED 3.9.15
|
Demonstrates how to overclock a FastLED setup.
Definition in file Overclock.ino.
Go to the source code of this file.
Macros | |
#define | BRIGHTNESS 96 |
#define | COLOR_ORDER GRB |
#define | FASTLED_OVERCLOCK 1.1 |
#define | GRID_SERPENTINE 1 |
#define | LED_PIN 3 |
#define | LED_TYPE WS2811 |
#define | MATRIX_HEIGHT 22 |
#define | MATRIX_WIDTH 22 |
#define | NUM_LEDS (MATRIX_WIDTH * MATRIX_HEIGHT) |
#define | SCALE 20 |
#define | SPEED 30 |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |
NoisePalette | noisePalette (xyMap) |
XYMap | xyMap (MATRIX_WIDTH, MATRIX_HEIGHT, GRID_SERPENTINE) |