FastLED
3.9.15
Loading...
Searching...
No Matches
◆
loop()
void loop
(
)
Definition at line
32
of file
FxCylon.ino
.
32
{
33
cylon
.draw(
Fx::DrawContext
(millis(),
leds
));
34
FastLED
.show();
35
delay(
cylon
.delay_ms);
36
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
FastLED
CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:58
cylon
Cylon cylon(NUM_LEDS)
fl::Fx::DrawContext
_DrawContext DrawContext
Definition
fx.h:21
References
cylon
,
FastLED
, and
leds
.
examples
FxCylon
FxCylon.ino
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2