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

◆ endBoundary()

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 >::endBoundary ( int nLeds)
inlineprivate

Definition at line 108 of file lpd880x.h.

108{ int nDWords = (nLeds/32); do { mSPI.writeByte(0xFF); mSPI.writeByte(0x00); mSPI.writeByte(0x00); mSPI.writeByte(0x00); } while(nDWords--); }
LPD6803 controller class (LPD1101).
Definition lpd880x.h:103

References mSPI.

Referenced by showPixels().

+ Here is the caller graph for this function: