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

◆ onQueuingStart()

bool fl::RectangularDrawBuffer::onQueuingStart ( )

Definition at line 32 of file rectangular_draw_buffer.cpp.hpp.

32 {
33 if (mQueueState == QUEUEING) {
34 return false;
35 }
37 mPinToLedSegment.clear();
39 mDrawList.clear();
42 }
43 return true;
44}
fl::flat_map< u8, fl::span< u8 > > mPinToLedSegment
unique_ptr< u8[], PSRamDeleter< u8 > > mAllLedsBufferUint8
void * memset(void *s, int c, size_t n) FL_NOEXCEPT

References mAllLedsBufferUint8, mAllLedsBufferUint8Size, mDrawList, fl::memset(), mPinToLedSegment, mPrevDrawList, mQueueState, and QUEUEING.

Referenced by ~RectangularDrawBuffer().

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