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

◆ beginShowLeds()

template<fl::u8 DATA_PIN, EOrder RGB_ORDER = GRB>
virtual void * WS2816Controller< DATA_PIN, RGB_ORDER >::beginShowLeds ( int size)
inlineoverridevirtual

Reimplemented from CLEDController.

Definition at line 1162 of file chipsets.h.

1162 {
1163 mController.setEnabled(true);
1164 void *result = mController.callBeginShowLeds(2 * size);
1165 mController.setEnabled(false);
1166 return result;
1167 }
virtual int size()
How many LEDs does this controller manage?

References mController, and CLEDController::size().

+ Here is the call graph for this function: