Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ tt_lvgl_is_started
Function
tt_lvgl_is_started
TactilityC/Source/tt_lvgl.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
extern
"C"
{
5
6
bool tt_lvgl_is_started() {
7
return tt::lvgl::isStarted();
8
}
9
10
void tt_lvgl_start() {
11
tt::lvgl::start();
Callers
nothing calls this directly
Calls
1
isStarted
Function · 0.85
Tested by
no test coverage detected