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

◆ B [8/11]

Initial value:
static ::CLEDController &addLeds(CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0)
{
static CWS2812SerialController<DATA_PIN,RGB_ORDER> controller;
return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset);
}
template<ESM CHIPSET
#define CHIPSET
ESM
Smart Matrix Library controller type.
Definition FastLED.h:275
CLEDController * controller
::CLEDController & addLeds(::CLEDController *pLed, CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
fl::CRGB CRGB
Definition crgb.h:25
@ AUTO
Sentinel: defer to DefaultBus<Chipset>::value.
Definition bus.h:61
void busKeepAlive() FL_NOEXCEPT
Definition bus_traits.h:117

Definition at line 1269 of file FastLED.h.

1271 {
1273 static CWS2812SerialController<DATA_PIN,RGB_ORDER> controller;
1274 return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset);
1275 }