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

◆ onCanvasUiSet()

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

Definition at line 109 of file engine_events.h.

109 {
110 #if FASTLED_HAS_ENGINE_EVENTS
112 #else
113 (void)strip;
114 (void)xymap;
115 #endif
116 }
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: