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 53 of file xymap.cpp.

54 {
55 XYMap out(width, height, true);
56 out.mOffset = offset;
57 return out;
58}
uint16_t width
Definition xymap.h:100
XYMap(uint16_t width, uint16_t height, bool is_serpentine=true, uint16_t offset=0)
Definition xymap.cpp:60
uint16_t height
Definition xymap.h:101

References XYMap(), height, mOffset, and width.

+ Here is the call graph for this function: