MCPcopy 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

4extern "C" {
5
6bool tt_lvgl_is_started() {
7 return tt::lvgl::isStarted();
8}
9
10void tt_lvgl_start() {
11 tt::lvgl::start();

Callers

nothing calls this directly

Calls 1

isStartedFunction · 0.85

Tested by

no test coverage detected