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

◆ onQueuingStart()

bool fl::RectangularDrawBuffer::onQueuingStart ( )

Definition at line 31 of file rectangular_draw_buffer.cpp.

31 {
32 if (mQueueState == QUEUEING) {
33 return false;
34 }
36 mPinToLedSegment.clear();
38 mDrawList.clear();
41 }
42 return true;
43}
fl::FixedMap< uint8_t, fl::Slice< uint8_t >, 50 > mPinToLedSegment
scoped_array< uint8_t > mAllLedsBufferUint8

References mAllLedsBufferUint8, mAllLedsBufferUint8Size, mDrawList, mPinToLedSegment, mPrevDrawList, mQueueState, and QUEUEING.