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

◆ setScreenMap() [2/3]

CLEDController & CLEDController::setScreenMap ( const fl::XYMap & map)
inline

Definition at line 194 of file cled_controller.h.

194 {
195 // EngineEvents::onCanvasUiSet(this, map);
196 fl::ScreenMap screenmap = map.toScreenMap();
197 fl::EngineEvents::onCanvasUiSet(this, screenmap);
198 return *this;
199 }
static void onCanvasUiSet(CLEDController *strip, const ScreenMap &xymap)
long map(long x, long in_min, long in_max, long out_min, long out_max)

References CLEDController(), and fl::EngineEvents::onCanvasUiSet().

Referenced by setScreenMap().

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