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

◆ startBoundary()

template<int DATA_PIN, fl::u8 CLOCK_PIN, EOrder RGB_ORDER = RGB, fl::u32 SPI_SPEED = DATA_RATE_MHZ(12)>
void LPD6803Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED >::startBoundary ( )
inlineprivate

Definition at line 107 of file lpd880x.h.

107{ mSPI.writeByte(0); mSPI.writeByte(0); mSPI.writeByte(0); mSPI.writeByte(0); }

References mSPI.

Referenced by showPixels().

+ Here is the caller graph for this function: