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

◆ getMaxBytesInStrip()

uint32_t fl::RectangularDrawBuffer::getMaxBytesInStrip ( ) const

Definition at line 78 of file rectangular_draw_buffer.cpp.

78 {
79 uint32_t max_bytes = 0;
80 for (auto it = mDrawList.begin(); it != mDrawList.end(); ++it) {
81 max_bytes = MAX(max_bytes, it->mNumBytes);
82 }
83 return max_bytes;
84}
#define MAX(a, b)
Definition math_macros.h:4

References MAX, and mDrawList.

Referenced by getBlockInfo(), and getTotalBytes().

+ Here is the caller graph for this function: