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

Get the size of the padding LED frame in bytes.

Returns
4 bytes per LED for P9813

Definition at line 81 of file p9813.h.

81 {
82 return 4;
83 }