FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
24
of file
FxWater.ino
.
24
{
25
Serial.begin(115200);
26
FastLED
.addLeds<
NEOPIXEL
, 2>(
leds
,
NUM_LEDS
).setScreenMap(
WIDTH
,
HEIGHT
);
27
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
NUM_LEDS
#define NUM_LEDS
Definition
Apa102.ino:6
WIDTH
#define WIDTH
Definition
Blur2d.ino:9
HEIGHT
#define HEIGHT
Definition
Blur2d.ino:10
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
,
HEIGHT
,
leds
,
NUM_LEDS
, and
WIDTH
.
examples
FxWater
FxWater.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2