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