1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifdef LV_LVGL_H_INCLUDE_SIMPLE #include "lvgl.h" #else #include "lvgl/lvgl.h" #endif #ifdef __cplusplus extern "C" { #endif // extern const lv_font_t neofont0; // extern const lv_font_t neofont1; // extern const lv_font_t neofont2; extern const lv_font_t neofont3; #ifdef __cplusplus } #endif