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

◆ constructRectangularGrid()

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

Definition at line 34 of file xymap.cpp.

35 {
37 out.mOffset = offset;
38 return out;
39}
u16 width
Definition xymap.h:127
@ kLineByLine
Definition xymap.h:47
XYMap(u16 width, u16 height, bool is_serpentine=true, u16 offset=0)
Definition xymap.cpp:59
u16 height
Definition xymap.h:128
UISlider offset("Offset", 0.0f, 0.0f, 1.0f, 0.01f)

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

Referenced by fl::Blend2d::add(), fl::Blend2d::draw(), identity(), NewWaveSimulation2D(), CLEDController::setScreenMap(), fl::LedsXY< W, H >::setSerpentine(), and setup().

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