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

◆ loop()

void loop ( )

Definition at line 39 of file FxPride2015.ino.

39 {
40 pride.draw(Fx::DrawContext(millis(), leds));
41 FastLED.show();
42}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
Pride2015 pride(NUM_LEDS)
Definition Pride2015.ino:44
_DrawContext DrawContext
Definition fx.h:21

References FastLED, leds, and pride.