FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[1/2]
CRGB
* fl::Leds::operator[]
(
int
x
)
Definition at line
33
of file
leds.cpp
.
33
{
34
FASTLED_ASSERT(
mXyMap
.isSerpentine() ||
mXyMap
.isLineByLine(),
35
"XYMap is not serpentine or line by line"
);
36
return
&
mLeds
[
mXyMap
(0,
y
)];
37
}
y
int y
Definition
Audio.ino:72
fl::Leds::mXyMap
XYMap mXyMap
Definition
leds.h:52
fl::Leds::mLeds
CRGB * mLeds
Definition
leds.h:53
References
mLeds
,
mXyMap
, and
y
.
fl
Leds
Generated on Thu Jun 5 2025 04:29:40 for FastLED by
1.13.2