Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
static const auto LOGGER = Logger(
"LVGL"
);
21
22
bool isStarted() {
23
return module_is_started(&lvgl_module);
24
}
25
26
void attachDevices() {
27
LOGGER.info(
"Adding devices"
);
Callers
5
start
Method · 0.85
stop
Method · 0.85
update
Method · 0.85
DevelopmentApp
Class · 0.85
tt_lvgl_is_started
Function · 0.85
Calls
1
module_is_started
Function · 0.85
Tested by
no test coverage detected