FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
16
of file
MirroringSample.ino
.
16
{
17
// tell FastLED there's 60 NEOPIXEL leds on pin 4
18
FastLED
.addLeds<
NEOPIXEL
, 4>(
leds
,
NUM_LEDS_PER_STRIP
);
19
20
// tell FastLED there's 60 NEOPIXEL leds on pin 5
21
FastLED
.addLeds<
NEOPIXEL
, 5>(
leds
,
NUM_LEDS_PER_STRIP
);
22
23
// tell FastLED there's 60 NEOPIXEL leds on pin 6
24
FastLED
.addLeds<
NEOPIXEL
, 6>(
leds
,
NUM_LEDS_PER_STRIP
);
25
26
// tell FastLED there's 60 NEOPIXEL leds on pin 7
27
FastLED
.addLeds<
NEOPIXEL
, 7>(
leds
,
NUM_LEDS_PER_STRIP
);
28
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
NUM_LEDS_PER_STRIP
#define NUM_LEDS_PER_STRIP
Definition
Esp32S3I2SDemo.ino:66
FastLED
CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:58
NEOPIXEL
LED controller for WS2812 LEDs with GRB color order.
Definition
FastLED.h:138
References
FastLED
,
leds
, and
NUM_LEDS_PER_STRIP
.
examples
Multiple
MirroringSample
MirroringSample.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2