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

◆ getPaddingByte()

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

Get the protocol-safe padding byte for WS2801 Used for quad-SPI lane padding when strips have different lengths.

Returns
0x00 (no protocol state)

Definition at line 52 of file ws2801.h.

52{ return 0x00; }