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

◆ endShowLeds()

virtual void CLEDController::endShowLeds ( void * data)
inlinevirtual

Reimplemented in RGBWEmulatedController< CONTROLLER, RGB_ORDER >, WS2816Controller< DATA_PIN, RGB_ORDER >, and WS2816Controller< DATA_PIN, RGB_ORDER >.

Definition at line 233 of file cled_controller.h.

233 {
234 // By default recieves the integer that beginShowLeds() emitted.
235 //For async controllers this should be used to signal the controller
236 // to begin transmitting the current frame to the leds.
237 uintptr_t d = reinterpret_cast<uintptr_t>(data);
238 setDither(static_cast<uint8_t>(d));
239 }
CLEDController & setDither(uint8_t ditherMode=BINARY_DITHER)
Set the dithering mode for this controller to use.

References setDither().

Referenced by CFastLED::show(), CFastLED::showColor(), and showLeds().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: