FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator[]()
[2/2]
const
CRGB
* fl::Leds::operator[]
(
int
x
)
const
Definition at line
35
of file
leds.cpp
.
35
{
36
FASTLED_ASSERT(
mXyMap
.isSerpentine() ||
mXyMap
.isLineByLine(),
37
"XYMap is not serpentine or line by line"
);
38
return
&
mLeds
[
mXyMap
(0,
y
)];
39
}
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:83
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 Sat May 24 2025 22:44:25 for FastLED by
1.13.2