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

◆ setScreenMap() [3/3]

CLEDController & CLEDController::setScreenMap ( fl::u16 width,
fl::u16 height,
float diameter = -1.f )
inline

Definition at line 213 of file cled_controller.h.

213 {
214 fl::XYMap xymap = fl::XYMap::constructRectangularGrid(width, height);
215 return setScreenMap(xymap, diameter);
216 }
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
CLEDController & setScreenMap(const fl::XYMap &map, float diameter=-1.f)
static XYMap constructRectangularGrid(u16 width, u16 height, u16 offset=0)
Definition xymap.cpp:34

References CLEDController(), fl::XYMap::constructRectangularGrid(), setScreenMap(), and xymap.

+ Here is the call graph for this function: