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

◆ loop()

void loop ( )

Definition at line 85 of file Overclock.ino.

85 {
86 EVERY_N_MILLISECONDS(5000) { noisePalette.changeToRandomPalette(); }
87 noisePalette.draw(Fx::DrawContext(millis(), leds));
88 FastLED.show();
89}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
NoisePalette noisePalette(xyMap)
_DrawContext DrawContext
Definition fx.h:21
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Definition lib8tion.h:1359

References EVERY_N_MILLISECONDS, FastLED, leds, and noisePalette.