#ifndef GUIDER_FONTS_H #define GUIDER_FONTS_H #ifdef __cplusplus extern "C" { #endif #include "lv_font/lv_font.h" LV_FONT_DECLARE(lv_font_simsun_12) #ifdef __cplusplus } #endif #endif