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

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

Returns
0x00 (latch continuation byte)

Definition at line 62 of file lpd880x.h.

62{ return 0x00; }