#pragma once #ifdef __cplusplus extern "C" { #endif bool tt_lvgl_is_started(); void tt_lvgl_start(); void tt_lvgl_stop(); #ifdef __cplusplus } #endif