FastLED 3.9.15
|
Go to the source code of this file.
Macros | |
#define | BLUR_AMOUNT 172 |
#define | BRIGHTNESS 255 |
#define | DATA_PIN 2 |
#define | HEIGHT 22 |
#define | NUM_LEDS (WIDTH * HEIGHT) |
#define | SERPENTINE true |
#define | WIDTH 22 |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |
uint8_t | pos = 0 |
bool | toggle = false |
XYMap | xymap (WIDTH, HEIGHT, SERPENTINE) |