FastLED 3.9.3
|
Twinkling "holiday" lights that fade in and out.
Definition in file twinklefox.hpp.
Go to the source code of this file.
Classes | |
class | TwinkleFox |
Macros | |
#define | TWINKLE_SPEED 4 |
#define | TWINKLE_DENSITY 5 |
#define | SECONDS_PER_PALETTE 30 |
#define | AUTO_SELECT_BACKGROUND_COLOR 0 |
#define | COOL_LIKE_INCANDESCENT 1 |
Functions | |
FASTLED_SMART_REF (TwinkleFox) | |
Variables | |
const TProgmemRGBPalette16 | RedGreenWhite_p |
const TProgmemRGBPalette16 | Holly_p |
const TProgmemRGBPalette16 | RedWhite_p |
const TProgmemRGBPalette16 | BlueWhite_p |
const TProgmemRGBPalette16 | FairyLight_p |
const TProgmemRGBPalette16 | Snow_p |
const TProgmemRGBPalette16 | RetroC9_p |
const TProgmemRGBPalette16 | Ice_p |
const TProgmemRGBPalette16 * | ActivePaletteList [] |
#define AUTO_SELECT_BACKGROUND_COLOR 0 |
Definition at line 102 of file twinklefox.hpp.
#define COOL_LIKE_INCANDESCENT 1 |
Definition at line 107 of file twinklefox.hpp.
#define SECONDS_PER_PALETTE 30 |
Definition at line 96 of file twinklefox.hpp.
#define TWINKLE_DENSITY 5 |
Definition at line 93 of file twinklefox.hpp.
#define TWINKLE_SPEED 4 |
Definition at line 88 of file twinklefox.hpp.
const TProgmemRGBPalette16* ActivePaletteList[] |
Definition at line 296 of file twinklefox.hpp.
const TProgmemRGBPalette16 BlueWhite_p |
Definition at line 256 of file twinklefox.hpp.
const TProgmemRGBPalette16 FairyLight_p |
Definition at line 261 of file twinklefox.hpp.
const TProgmemRGBPalette16 Holly_p |
Definition at line 246 of file twinklefox.hpp.
const TProgmemRGBPalette16 Ice_p |
Definition at line 289 of file twinklefox.hpp.
const TProgmemRGBPalette16 RedGreenWhite_p |
Definition at line 241 of file twinklefox.hpp.
const TProgmemRGBPalette16 RedWhite_p |
Definition at line 251 of file twinklefox.hpp.
const TProgmemRGBPalette16 RetroC9_p |
Definition at line 284 of file twinklefox.hpp.
const TProgmemRGBPalette16 Snow_p |
Definition at line 279 of file twinklefox.hpp.