9#ifndef OVE_LVGL_INTERNAL_H
10#define OVE_LVGL_INTERNAL_H
30#include "ove_config.h"
void ove_lvgl_tick(uint32_t ms)
Advance the LVGL internal tick counter.
void ove_lvgl_lock(void)
Acquire the LVGL mutex before calling any LVGL API.
void ove_lvgl_handler(void)
Process pending LVGL tasks (rendering, input, animations).
void ove_lvgl_unlock(void)
Release the LVGL mutex after calling LVGL APIs.
int ove_lvgl_init(void)
Initialise the LVGL library and register the board's display driver.
#define OVE_ERR_NOT_SUPPORTED
The requested feature is not supported by the active backend.
Definition types.h:38