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

◆ loop()

void loop ( )

Definition at line 27 of file FxPride2015.ino.

27 {
28 pride.draw(Fx::DrawContext(millis(), leds));
29 FastLED.show();
30}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
Pride2015 pride(NUM_LEDS)
_DrawContext DrawContext
Definition fx.h:21

References FastLED, leds, and pride.