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

◆ constructRectangularGrid()

XYMap fl::XYMap::constructRectangularGrid ( u16 width,
u16 height,
u16 offset = 0 )
static
Examples
Animartrix.ino.

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)

Referenced by NewWaveSimulation2D(), and setup().

+ Here is the caller graph for this function: