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

◆ onQueuingStart()

bool fl::RectangularDrawBuffer::onQueuingStart ( )

Definition at line 30 of file rectangular_draw_buffer.cpp.

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

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