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

◆ onCanvasUiSet()

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

Definition at line 102 of file engine_events.h.

102 {
103#if FASTLED_HAS_ENGINE_EVENTS
105#else
106 (void)strip;
107 (void)xymap;
108#endif
109 }
XYMap xymap(WIDTH, HEIGHT, SERPENTINE)
static EngineEvents * getInstance()
void _onCanvasUiSet(CLEDController *strip, const ScreenMap &xymap)

References _onCanvasUiSet(), getInstance(), and xymap.

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

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