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

◆ startBoundary()

template<uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER = RGB, uint32_t SPI_SPEED = DATA_RATE_MHZ(12)>
void LPD6803Controller< DATA_PIN, CLOCK_PIN, RGB_ORDER, SPI_SPEED >::startBoundary ( )
inlineprivate

Definition at line 314 of file chipsets.h.

314{ 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: