39 uint32_t mAllLedsBufferUint8Size = 0;
43 bool mDrawListChangedThisFrame =
false;
45 enum QueueState { IDLE, QUEUEING, QUEUE_DONE };
46 QueueState mQueueState = IDLE;
54 bool onQueuingStart();
59 uint32_t getMaxBytesInStrip()
const;
60 uint32_t getTotalBytes()
const;
61 void getBlockInfo(uint32_t *num_strips, uint32_t *bytes_per_strip,
62 uint32_t *total_bytes)
const;