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

◆ lanes()

template<EOrder RGB_ORDER, int LANES = 1, fl::u32 MASK = 0xFFFFFFFF>
int CPixelLEDController< RGB_ORDER, LANES, MASK >::lanes ( )
inlineoverridevirtual

Get the number of lanes of the Controller.

Returns
LANES from template

Reimplemented from CLEDController.

Definition at line 68 of file cpixel_ledcontroller.h.

68{ return LANES; }
Template extension of the CLEDController class.