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

◆ onCanvasUiSet()

static void fl::EngineEvents::onCanvasUiSet ( CLEDController * strip,
const ScreenMap & xymap )
inlinestatic

Definition at line 101 of file engine_events.h.

101 {
102#if FASTLED_HAS_ENGINE_EVENTS
103 EngineEvents::getInstance()->_onCanvasUiSet(strip, xymap);
104#else
105 (void)strip;
106 (void)xymap;
107#endif
108 }
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)

References xymap.

Referenced by CLEDController::setScreenMap(), and CLEDController::setScreenMap().

+ Here is the caller graph for this function: