#pragma once #include "nb_lvgl.h" #include "nb_hardware.h" #ifdef __cplusplus extern "C" { #endif extern NbLvgl nb_lvgl_init(NbHardware _Nonnull* hardware); #ifdef __cplusplus } #endif