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

◆ loop()

void loop ( )

Definition at line 29 of file FxPride2015.ino.

29 {
30 pride.draw(Fx::DrawContext(millis(), leds));
31 FastLED.show();
32}
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.