|
FastLED 3.9.15
|
Simple one-dimensional fire animation with a programmable color palette.
Definition in file Fire2012WithPalette.ino.
Include dependency graph for Fire2012WithPalette.ino:Go to the source code of this file.
Macros | |
| #define | BRIGHTNESS 200 |
| #define | CHIPSET WS2811 |
| #define | COLOR_ORDER GRB |
| #define | COOLING 55 |
| #define | FRAMES_PER_SECOND 60 |
| #define | LED_PIN 5 |
| #define | NUM_LEDS 30 |
| #define | SPARKING 120 |
Functions | |
| void | Fire2012WithPalette () |
| void | loop () |
| void | setup () |
Variables | |
| CRGBPalette16 | gPal |
| bool | gReverseDirection = false |
| CRGB | leds [NUM_LEDS] |