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

◆ showPixels()

template<int DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(16)>
virtual void SM16716Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED >::showPixels ( PixelController< RGB_ORDER > & pixels)
inlineprotectedvirtual

Send the LED data to the strip.

Parameters
pixelsthe PixelController object for the LED data

Definition at line 55 of file sm16716.h.

55 {
56 // Make sure the FLAG_START_BIT flag is set to ensure that an extra 1 bit is sent at the start
57 // of each triplet of bytes for rgb data
58 // writeHeader();
61 }
void writeHeader()
Definition sm16716.h:29
SM16716 controller class.
Definition sm16716.h:25

References mSPI, and writeHeader().

+ Here is the call graph for this function: