FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
84
of file
Wave2d.h
.
84
{
85
Serial
.begin(115200);
86
FastLED
.addLeds<NEOPIXEL, 2>(
leds
,
NUM_LEDS
).setScreenMap(
xyMap
);
87
}
xyMap
fl::XYMap xyMap
Definition
Animartrix.ino:94
NUM_LEDS
#define NUM_LEDS
Definition
Animartrix.ino:79
leds
fl::CRGB leds[NUM_LEDS]
Definition
Animartrix.ino:93
FastLED
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp.hpp:75
Serial
#define Serial
Definition
serial.h:304
References
FastLED
,
leds
,
NUM_LEDS
,
Serial
, and
xyMap
.
examples
Wave2d
Wave2d.h
Generated on Tue Jun 16 2026 00:07:01 for FastLED by
1.13.2