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}
uint16_t width
Definition xymap.h:121
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0)
Definition xymap.cpp:61
uint16_t height
Definition xymap.h:122