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

◆ B [9/11]

Initial value:
static ::CLEDController &addLeds(CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0)
{
switch(CHIPSET) {
case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
}
}
#define CHIPSET
@ SMART_MATRIX
Definition FastLED.h:275
EBlockChipsets
Blockless output port enum.
Definition FastLED.h:513
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 1281 of file FastLED.h.

1283 {
1285 switch(CHIPSET) {
1286 case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
1287 }
1288 }