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
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:62
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 Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2