MCPcopy Create free account
hub / github.com/FastLED/FastLED / showPixels

Method showPixels

src/fl/chipsets/ws2801.h:42–46  ·  view source on GitHub ↗

@copydoc CPixelLEDController::showPixels()

Source from the content-addressed store, hash-verified

40
41 /// @copydoc CPixelLEDController::showPixels()
42 virtual void showPixels(PixelController<RGB_ORDER> & pixels) {
43 mWaitDelay.wait();
44 fl::writePixelsToSPI<0, DATA_NOP, RGB_ORDER>(pixels, mSPI, nullptr);
45 mWaitDelay.mark();
46 }
47
48public:
49 /// Get the protocol-safe padding byte for WS2801

Callers

nothing calls this directly

Calls 2

markMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected