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

◆ loop()

void loop ( )

Definition at line 50 of file FxDemoReel100.ino.

51{
52 // Run the DemoReel100 draw function
54
55 // send the 'leds' array out to the actual LED strip
56 FastLED.show();
57 // insert a delay to keep the framerate modest
58 FastLED.delay(1000/FRAMES_PER_SECOND);
59}
fl::CRGB leds[NUM_LEDS]
#define FRAMES_PER_SECOND
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
fl::DemoReel100Ptr demoReel
::fl::DrawContext DrawContext
Definition fx.h:21
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.

References demoReel, FastLED, FRAMES_PER_SECOND, leds, and fl::millis().

+ Here is the call graph for this function: