MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / isStarted

Function isStarted

Tactility/Source/lvgl/Lvgl.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20static const auto LOGGER = Logger("LVGL");
21
22bool isStarted() {
23 return module_is_started(&lvgl_module);
24}
25
26void attachDevices() {
27 LOGGER.info("Adding devices");

Callers 5

startMethod · 0.85
stopMethod · 0.85
updateMethod · 0.85
DevelopmentAppClass · 0.85
tt_lvgl_is_startedFunction · 0.85

Calls 1

module_is_startedFunction · 0.85

Tested by

no test coverage detected