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 fl::CLEDController.

Definition at line 229 of file chipsets.h.

229 {
230 return mController.callBeginShowLeds(Rgbw::size_as_rgb(size));
231 }
Emulation layer to support RGBW LEDs on RGB controllers.
Definition chipsets.h:195
virtual int size() const FL_NOEXCEPT
How many LEDs does this controller manage?
ControllerT mController
The underlying RGB controller instance.
Definition chipsets.h:308

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

+ Here is the call graph for this function: