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

◆ showPixels()

template<uint8_t DATA_PIN, uint8_t 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 717 of file chipsets.h.

717 {
718 // Make sure the FLAG_START_BIT flag is set to ensure that an extra 1 bit is sent at the start
719 // of each triplet of bytes for rgb data
720 // writeHeader();
722 writeHeader();
723 }
SM16716 controller class.
Definition chipsets.h:689

References mSPI, and writeHeader().

+ Here is the call graph for this function: