FastLED 3.9.15
Loading...
Searching...
No Matches

◆ XYMap() [1/3]

fl::XYMap::XYMap ( uint16_t width,
uint16_t height,
bool is_serpentine = true,
uint16_t offset = 0 )

Definition at line 61 of file xymap.cpp.

63 : type(is_serpentine ? kSerpentine : kLineByLine), width(width),
64 height(height), mOffset(offset) {}
uint16_t width
Definition xymap.h:121
@ kSerpentine
Definition xymap.h:45
@ kLineByLine
Definition xymap.h:45
uint16_t height
Definition xymap.h:122
uint16_t mOffset
Definition xymap.h:125
uint16_t width
Definition xymap.h:121
uint16_t height
Definition xymap.h:122
XyMapType type
Definition xymap.h:120