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

◆ B [5/11]

Initial value:
static ::CLEDController &addLeds(CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
static CHIPSET<RGB> c;
return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
}
template<OWS2811 CHIPSET
#define CHIPSET
OWS2811
Octo WS2811 LED Library controller types.
Definition FastLED.h:280
::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 1230 of file FastLED.h.

1231 {
1233 static CHIPSET<RGB> c;
1234 return addLeds(&c, data, nLedsOrOffset, nLedsIfOffset);
1235 }