FastLED 3.9.7
|
Twinkling "holiday" lights that fade in and out.
Definition in file twinklefox.hpp.
Go to the source code of this file.
Classes | |
class | fl::TwinkleFox |
Namespaces | |
namespace | fl |
Implements a simple red square effect for 2D LED grids. | |
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 | |
fl::FASTLED_SMART_PTR (TwinkleFox) | |
Variables | |
const TProgmemRGBPalette16 | fl::RedGreenWhite_p |
const TProgmemRGBPalette16 | fl::Holly_p |
const TProgmemRGBPalette16 | fl::RedWhite_p |
const TProgmemRGBPalette16 | fl::BlueWhite_p |
const TProgmemRGBPalette16 | fl::FairyLight_p |
const TProgmemRGBPalette16 | fl::Snow_p |
const TProgmemRGBPalette16 | fl::RetroC9_p |
const TProgmemRGBPalette16 | fl::Ice_p |
const TProgmemRGBPalette16 * | fl::ActivePaletteList [] |
#define AUTO_SELECT_BACKGROUND_COLOR 0 |
Definition at line 103 of file twinklefox.hpp.
#define COOL_LIKE_INCANDESCENT 1 |
Definition at line 108 of file twinklefox.hpp.
#define SECONDS_PER_PALETTE 30 |
Definition at line 97 of file twinklefox.hpp.
#define TWINKLE_DENSITY 5 |
Definition at line 94 of file twinklefox.hpp.
#define TWINKLE_SPEED 4 |
Definition at line 89 of file twinklefox.hpp.