|
FastLED 3.9.15
|
Fire2012 effect with ScreenMap.
Definition in file FxFire2012.ino.
Include dependency graph for FxFire2012.ino:Go to the source code of this file.
Macros | |
| #define | BRIGHTNESS 128 |
| #define | CHIPSET WS2811 |
| #define | COLOR_ORDER GRB |
| #define | COOLING 55 |
| #define | FRAMES_PER_SECOND 30 |
| #define | LED_PIN 5 |
| #define | NUM_LEDS 92 |
| #define | REVERSE_DIRECTION false |
| #define | SPARKING 120 |
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| Fire2012Ptr | fire = fl::make_shared<Fire2012>(NUM_LEDS, COOLING, SPARKING, REVERSE_DIRECTION) |
| CRGB | leds [NUM_LEDS] |