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

◆ beginShowLeds()

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

Reimplemented from CLEDController.

Definition at line 1157 of file chipsets.h.

1157 {
1158 mController.setEnabled(true);
1159 void *result = mController.callBeginShowLeds(2 * size);
1160 mController.setEnabled(false);
1161 return result;
1162 }
virtual int size()
How many LEDs does this controller manage?

References mController, and CLEDController::size().

+ Here is the call graph for this function: