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
offset
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)
XYMap
Generated on Mon Jun 16 2025 06:27:49 for FastLED by
1.13.2