FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [1/2]

CRGB & fl::Leds::operator() ( int x,
int y )

Definition at line 12 of file leds.cpp.

12 {
13 if (!mXyMap.has(x, y)) {
14 return empty();
15 }
16 return mLeds[mXyMap(x, y)];
17}
int y
Definition simple.h:93
int x
Definition simple.h:92
XYMap mXyMap
Definition leds.h:54
static CRGB & empty()
Definition leds.cpp:19
CRGB * mLeds
Definition leds.h:55

References empty(), mLeds, mXyMap, x, and y.

+ Here is the call graph for this function: