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

◆ getTotalBytes()

u32 fl::RectangularDrawBuffer::getTotalBytes ( ) const

Definition at line 87 of file rectangular_draw_buffer.cpp.

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

References getMaxBytesInStrip(), and mDrawList.

+ Here is the call graph for this function: