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

◆ onStripAdded()

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

Definition at line 99 of file engine_events.h.

99 {
100 #if FASTLED_HAS_ENGINE_EVENTS
101 EngineEvents::getInstance()->_onStripAdded(strip, num_leds);
102 #else
103 (void)strip;
104 (void)num_leds;
105 #endif
106 }
void _onStripAdded(CLEDController *strip, uint32_t num_leds)
static EngineEvents * getInstance()

References _onStripAdded(), and getInstance().

Referenced by CFastLED::addLeds().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: