HoloCubic/2.Firmware/HoloCubic_fw/guider_fonts.h
2021-03-04 01:00:43 +08:00

17 lines
249 B
C

#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