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(12)>
static constexpr size_t LPD8806Controller< 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 LPD8806

Definition at line 78 of file lpd880x.h.

78 {
79 return 3;
80 }