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

◆ XY()

uint16_t XY ( uint8_t x,
uint8_t y )

Definition at line 80 of file FxWater.ino.

80 {
81 return xyMap.mapToIndex(x, y);
82}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81
XYMap xyMap(HEIGHT, WIDTH, SERPENTINE)

References x, xyMap, and y.

Referenced by loop().

+ Here is the caller graph for this function: