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

◆ getPaddingByte()

template<fl::u8 DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(6), fl::FiveBitGammaCorrectionMode GAMMA_CORRECTION_MODE = fl::FiveBitGammaCorrectionMode::kFiveBitGammaCorrectionMode_Null, fl::u32 START_FRAME = 0x00000000, fl::u32 END_FRAME = 0xFF000000>
static constexpr fl::u8 APA102Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED, GAMMA_CORRECTION_MODE, START_FRAME, END_FRAME >::getPaddingByte ( )
inlinestaticconstexpr

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

Returns
0xFF (end frame continuation byte)
Deprecated
Use getPaddingLEDFrame() for synchronized latching

Definition at line 233 of file apa102.h.

233{ return 0xFF; }