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 239 of file cled_controller.h.

239 {
240 // By default recieves the integer that beginShowLeds() emitted.
241 //For async controllers this should be used to signal the controller
242 // to begin transmitting the current frame to the leds.
243 uintptr_t d = reinterpret_cast<uintptr_t>(data);
244 setDither(static_cast<uint8_t>(d));
245 }
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: