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

◆ XYMap() [3/3]

fl::XYMap::XYMap ( uint16_t width,
uint16_t height,
XyMapType type )
private

Definition at line 129 of file xymap.cpp.

130 : type(type), width(width), height(height), mOffset(0) {}
uint16_t mOffset
Definition xymap.h:104
uint16_t width
Definition xymap.h:100
uint16_t height
Definition xymap.h:101
XyMapType type
Definition xymap.h:99

References height, mOffset, type, and width.