FastLED
3.9.15
Loading...
Searching...
No Matches
◆
has()
[1/2]
bool fl::XYMap::has
(
int
x
,
int
y
) const
inline
Definition at line
99
of file
xymap.h
.
99
{
100
return
(
x
>= 0) && (
y
>= 0) &&
has
((uint16_t)
x
, (uint16_t)
y
);
101
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:82
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:83
XYMap::has
bool has(uint16_t x, uint16_t y) const
Definition
xymap.h:95
XYMap
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2