#pragma once #include "devices.h" #include "graphics.h" #ifdef __cplusplus extern "C" { #endif Lvgl tt_graphics_init(Hardware _Nonnull* hardware); #ifdef __cplusplus } #endif