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

◆ beginShowLeds()

template<typename CONTROLLER, EOrder RGB_ORDER = GRB>
virtual void * RGBWEmulatedController< CONTROLLER, RGB_ORDER >::beginShowLeds ( int size)
inlineoverridevirtual

Reimplemented from CLEDController.

Definition at line 143 of file chipsets.h.

143 {
144 return mController.callBeginShowLeds(Rgbw::size_as_rgb(size));
145 }
virtual int size()
How many LEDs does this controller manage?
ControllerT mController
Definition chipsets.h:210

References mController, CLEDController::size(), and Rgbw::size_as_rgb().

+ Here is the call graph for this function: