Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ start
Function
start
Tactility/Source/lvgl/Lvgl.cpp:176–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void start() {
177
check(module_start(&lvgl_module) == ERROR_NONE);
178
}
179
180
void stop() {
181
check(module_stop(&lvgl_module) == ERROR_NONE);
Callers
nothing calls this directly
Calls
2
module_start
Function · 0.85
check
Function · 0.50
Tested by
no test coverage detected