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

◆ setScreenMap() [3/3]

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

Definition at line 306 of file cled_controller.h.

306 {
308 return setScreenMap(xymap, diameter);
309 }
XYMap xymap
CLEDController & setScreenMap(const fl::XYMap &map, float diameter=-1.f) FL_NOEXCEPT
static XYMap constructRectangularGrid(u16 width, u16 height, u16 offset=0) FL_NOEXCEPT
Definition xymap.cpp.hpp:35
u8 u8 height
Definition blur.h:186
u8 width
Definition blur.h:186

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

+ Here is the call graph for this function: