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

◆ getTotalBytes()

uint32_t fl::RectangularDrawBuffer::getTotalBytes ( ) const

Definition at line 87 of file rectangular_draw_buffer.cpp.

87 {
88 uint32_t num_strips = mDrawList.size();
89 uint32_t max_bytes = getMaxBytesInStrip();
90 return num_strips * max_bytes;
91}

References getMaxBytesInStrip(), and mDrawList.

+ Here is the call graph for this function: