FastLED
3.9.15
Loading...
Searching...
No Matches
◆
onStripAdded()
static void fl::EngineEvents::onStripAdded
(
CLEDController
*
strip
,
fl::u32
num_leds
)
inline
static
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
}
References
FL_NOEXCEPT
.
fl
EngineEvents
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2