FastLED 3.9.15
Loading...
Searching...
No Matches

◆ loop()

void loop ( )

Definition at line 136 of file TwinkleFox.ino.

137{
140 }
141
144 }
145
147
148 FastLED.show();
149}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
CRGBPalette16 gTargetPalette
void chooseNextColorPalette(CRGBPalette16 &pal)
void drawTwinkles(CRGBSet &L)
CRGBPalette16 gCurrentPalette
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Definition lib8tion.h:1221
#define EVERY_N_SECONDS(N)
Checks whether to execute a block of code every N seconds.
Definition lib8tion.h:1186
void nblendPaletteTowardPalette(CRGBPalette16 &current, CRGBPalette16 &target, fl::u8 maxChanges)
#define SECONDS_PER_PALETTE
Definition twinklefox.h:95

References chooseNextColorPalette(), drawTwinkles(), EVERY_N_MILLISECONDS, EVERY_N_SECONDS, FastLED, gCurrentPalette, gTargetPalette, leds, fl::nblendPaletteTowardPalette(), and SECONDS_PER_PALETTE.

+ Here is the call graph for this function: