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

◆ getPaddingLEDFrameSize()

template<int DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(1)>
static constexpr size_t WS2801Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED >::getPaddingLEDFrameSize ( )
inlinestaticconstexpr

Get the size of the padding LED frame in bytes.

Returns
3 bytes per LED for WS2801

Definition at line 68 of file ws2801.h.

68 {
69 return 3;
70 }