mirror of
https://gitee.com/peng_zhihui/HoloCubic
synced 2025-11-04 21:19:40 +08:00
17 lines
249 B
C
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
|
|
|