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

◆ operator()()

uint16_t fl::XYMap::operator() ( uint16_t x,
uint16_t y ) const
inline

Definition at line 72 of file xymap.h.

72 {
73 return mapToIndex(x, y);
74 }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
uint16_t mapToIndex(uint16_t x, uint16_t y) const
Definition xymap.cpp:96

References mapToIndex(), x, and y.

+ Here is the call graph for this function: