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(1)>
virtual void WS2801Controller< 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 315 of file chipsets.h.

315 {
316 mWaitDelay.wait();
318 mWaitDelay.mark();
319 }
CMinWait< 1000 > mWaitDelay
Definition chipsets.h:301
WS2801 controller class.
Definition chipsets.h:298

References mSPI, and mWaitDelay.