|
FastLED 3.9.15
|
Demonstrates 2D blur effects on LED matrix.
Definition in file Blur2d.ino.
Include dependency graph for Blur2d.ino:Go to the source code of this file.
Macros | |
| #define | BLUR_AMOUNT 172 |
| #define | BRIGHTNESS 255 |
| #define | DATA_PIN 2 |
| #define | HEIGHT 12 |
| #define | NUM_LEDS (WIDTH * HEIGHT) |
| #define | SERPENTINE true |
| #define | WIDTH 12 |
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| CRGB | leds [NUM_LEDS] |
| uint8_t | pos = 0 |
| bool | toggle = false |
| XYMap | xymap (WIDTH, HEIGHT, SERPENTINE) |