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(10)>
static constexpr fl::u8 P9813Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED >::getPaddingByte ( )
inlinestaticconstexpr

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

Returns
0x00 (boundary byte)

Definition at line 64 of file p9813.h.

64{ return 0x00; }