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(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 42 of file ws2801.h.

42 {
43 mWaitDelay.wait();
45 mWaitDelay.mark();
46 }
CMinWait< 1000 > mWaitDelay
Definition ws2801.h:28
WS2801 controller class.
Definition ws2801.h:25

References mSPI, and mWaitDelay.