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

◆ onStripAdded()

static void fl::EngineEvents::onStripAdded ( CLEDController * strip,
fl::u32 num_leds )
inlinestatic

Definition at line 92 of file engine_events.h.

92 {
93#if FASTLED_HAS_ENGINE_EVENTS
94 EngineEvents::getInstance()->_onStripAdded(strip, num_leds);
95#else
96 (void)strip;
97 (void)num_leds;
98#endif
99 }

Referenced by CFastLED::addLeds().

+ Here is the caller graph for this function: