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

◆ loop()

void loop ( )

Definition at line 126 of file TwinkleFox.ino.

127{
130 }
131
134 }
135
137
138 FastLED.show();
139}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
CRGBPalette16 gTargetPalette
void chooseNextColorPalette(CRGBPalette16 &pal)
void drawTwinkles(CRGBSet &L)
CRGBPalette16 gCurrentPalette
void nblendPaletteTowardPalette(CRGBPalette16 &current, CRGBPalette16 &target, uint8_t maxChanges)
Alter one palette by making it slightly more like a "target palette".
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Definition lib8tion.h:1359
#define EVERY_N_SECONDS(N)
Checks whether to execute a block of code every N seconds.
Definition lib8tion.h:1324
#define SECONDS_PER_PALETTE
Definition twinklefox.h:97

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

+ Here is the call graph for this function: