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

◆ constructRectangularGrid()

XYMap fl::XYMap::constructRectangularGrid ( uint16_t width,
uint16_t height,
uint16_t offset = 0 )
static

Definition at line 35 of file xymap.cpp.

36 {
38 out.mOffset = offset;
39 return out;
40}
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
@ kLineByLine
Definition xymap.h:40
uint16_t height
Definition xymap.h:101

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

Referenced by fl::Blend2d::draw(), and CLEDController::setScreenMap().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: