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

◆ showPixels()

template<fl::u8 DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, uint32_t 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 743 of file chipsets.h.

743 {
744 // Make sure the FLAG_START_BIT flag is set to ensure that an extra 1 bit is sent at the start
745 // of each triplet of bytes for rgb data
746 // writeHeader();
748 writeHeader();
749 }
SM16716 controller class.
Definition chipsets.h:715

References mSPI, and writeHeader().

+ Here is the call graph for this function: