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(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 289 of file chipsets.h.

289 {
290 mWaitDelay.wait();
292 mWaitDelay.mark();
293 }
CMinWait< 1000 > mWaitDelay
Definition chipsets.h:275
WS2801 controller class.
Definition chipsets.h:272

References mSPI, and mWaitDelay.