Get the LED array as a span.
- Returns
- Span over the LED array (may be full array or current segment)
Implements fl::IFastLED.
Definition at line 21 of file adapter.cpp.hpp.
21 {
25 return fl::span<CRGB>();
26 }
27
30 }
32}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
CLEDController * controller
CRGB * leds() FL_NOEXCEPT
Pointer to the CRGB array for this controller.
virtual int size() const FL_NOEXCEPT
How many LEDs does this controller manage?
fl::CLEDController CLEDController
References controller, FastLED, leds, mControllerIndex, mHasSegment, mSegmentEnd, and mSegmentStart.
Referenced by ~FastLEDAdapter().