FastLED
3.9.15
Loading...
Searching...
No Matches
◆
B
[9/11]
LPD8806Controller
WS2803Controller
P9813Controller
APA102Controller
APA102ControllerHD
APA102ControllerHD
SK9822Controller
fl::u8
fl::u8
fl::EOrder
fl::u32
fl::Bus
fl::u8
fl::u8
fl::Bus
fl::u8
fl::u8
fl::EOrder
fl::Bus
fl::EOrder
fl::Bus
fl::Bus
fl::EOrder
fl::Bus
fl::Bus
int
fl::EOrder
fl::Bus
fl::Bus
CFastLED::B
Initial value:
=
fl::Bus::AUTO
>
static ::CLEDController &
addLeds
(
CRGB
*data,
int
nLedsOrOffset,
int
nLedsIfOffset = 0)
{
fl::busKeepAlive<B>
();
switch
(
CHIPSET
) {
case
SMART_MATRIX
: {
static
CSmartMatrixController
controller
;
return
addLeds
(&
controller
, data, nLedsOrOffset, nLedsIfOffset); }
}
}
template
<
EBlockChipsets
CHIPSET
CHIPSET
#define CHIPSET
Definition
AutoResearch.ino:264
SMART_MATRIX
@ SMART_MATRIX
Definition
FastLED.h:275
EBlockChipsets
EBlockChipsets
Blockless output port enum.
Definition
FastLED.h:513
controller
CLEDController * controller
Definition
FxNoiseRing.ino:60
CFastLED::addLeds
::CLEDController & addLeds(::CLEDController *pLed, CRGB *data, int nLedsOrOffset, int nLedsIfOffset=0)
Add a CLEDController instance to the world.
CRGB
fl::CRGB CRGB
Definition
crgb.h:25
fl::Bus::AUTO
@ AUTO
Sentinel: defer to DefaultBus<Chipset>::value.
Definition
bus.h:61
fl::busKeepAlive
void busKeepAlive() FL_NOEXCEPT
Definition
bus_traits.h:117
Definition at line
1281
of file
FastLED.h
.
1283
{
1284
fl::busKeepAlive<B>
();
1285
switch
(
CHIPSET
) {
1286
case
SMART_MATRIX
: {
static
CSmartMatrixController
controller
;
return
addLeds
(&
controller
, data, nLedsOrOffset, nLedsIfOffset); }
1287
}
1288
}
CFastLED
Generated on Tue Jun 16 2026 00:07:03 for FastLED by
1.13.2