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

◆ XYMap() [3/3]

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

Definition at line 130 of file xymap.cpp.

131 : type(type), width(width), height(height), mOffset(0) {}
u16 mOffset
Definition xymap.h:131
u16 width
Definition xymap.h:127
u16 height
Definition xymap.h:128
XyMapType type
Definition xymap.h:126

References height, mOffset, type, and width.