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

◆ getTotalBytes()

uint32_t fl::RectangularDrawBuffer::getTotalBytes ( ) const

Definition at line 86 of file rectangular_draw_buffer.cpp.

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

References getMaxBytesInStrip(), and mDrawList.

+ Here is the call graph for this function: