FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
20
of file
WS2816.ino
.
20
{
21
// Uncomment/edit one of the following lines for your leds arrangement.
22
// ## Clockless types ##
23
FastLED
.addLeds<WS2816,
DATA_PIN
>(
leds
,
NUM_LEDS
);
// GRB ordering is assumed
24
}
NUM_LEDS
#define NUM_LEDS
Definition
Animartrix.ino:79
leds
fl::CRGB leds[NUM_LEDS]
Definition
Animartrix.ino:93
DATA_PIN
#define DATA_PIN
Definition
ClientReal.h:82
FastLED
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp.hpp:75
References
DATA_PIN
,
FastLED
,
leds
, and
NUM_LEDS
.
examples
WS2816
WS2816.ino
Generated on Tue Jun 16 2026 00:07:01 for FastLED by
1.13.2