You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
241 B
17 lines
241 B
|
|
#ifndef GUIDER_FONTS_H
|
|
#define GUIDER_FONTS_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "lv_font.h"
|
|
|
|
LV_FONT_DECLARE(lv_font_simsun_12)
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|
|
|