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

62 : type(is_serpentine ? kSerpentine : kLineByLine), width(width),
63 height(height), mOffset(offset) {}
uint16_t mOffset
Definition xymap.h:104
uint16_t width
Definition xymap.h:100
@ kSerpentine
Definition xymap.h:40
@ kLineByLine
Definition xymap.h:40
uint16_t height
Definition xymap.h:101
XyMapType type
Definition xymap.h:99

References height, kLineByLine, kSerpentine, mOffset, type, and width.

Referenced by XYMap(), constructRectangularGrid(), constructSerpentine(), constructWithLookUpTable(), constructWithUserFunction(), and operator=().

+ Here is the caller graph for this function: