FastLED
3.9.15
Loading...
Searching...
No Matches
◆
constructSerpentine()
XYMap
fl::XYMap::constructSerpentine
(
uint16_t
width
,
uint16_t
height
,
uint16_t
offset
=
0
)
static
Definition at line
54
of file
xymap.cpp
.
55
{
56
XYMap
out(
width
,
height
,
true
);
57
out.mOffset = offset;
58
return
out;
59
}
XYMap::width
uint16_t width
Definition
xymap.h:121
XYMap::XYMap
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0)
Definition
xymap.cpp:61
XYMap::height
uint16_t height
Definition
xymap.h:122
XYMap
Generated on Sat May 24 2025 22:44:24 for FastLED by
1.13.2