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 1155 of file chipsets.h.

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

References mController, and CLEDController::size().

+ Here is the call graph for this function: