oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
LVGL Display Integration

Unified LVGL include that combines the oveRTOS abstraction API and the upstream LVGL library headers.

Unified LVGL include that combines the oveRTOS abstraction API and the upstream LVGL library headers.

Including this file gives access to:

Usage (C):

#include "ove/lvgl.h"
Unified LVGL header — single include for application code.

Usage (C++):

#include <ove/lvgl.hpp> // includes this file automatically
Note
Requires CONFIG_OVE_LVGL for the upstream LVGL headers to be included. The oveRTOS abstraction stubs are always present.