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

◆ clearSegment()

void fl::FastLEDAdapter::clearSegment ( )
overridevirtual

Clear the segment range (operate on full LED array)

Implements fl::IFastLED.

Definition at line 130 of file adapter.cpp.hpp.

130 {
133 mSegmentStart = 0;
134 mHasSegment = false;
135}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
CLEDController * controller
virtual int size() const FL_NOEXCEPT
How many LEDs does this controller manage?
size_t mSegmentEnd
Definition adapter.h:72
size_t mSegmentStart
Definition adapter.h:71
fl::CLEDController CLEDController

References controller, FastLED, mControllerIndex, mHasSegment, mSegmentEnd, and mSegmentStart.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: