mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
15 lines
312 B
C
15 lines
312 B
C
#ifndef SYMBOL_10_FILE_H
|
|
#define SYMBOL_10_FILE_H
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
#include "../../../lv_conf.h"
|
|
#if USE_LV_FONT_SYMBOL_10_FILE
|
|
|
|
#include <stdint.h>
|
|
#include "lvgl/lv_misc/lv_font.h"
|
|
|
|
extern lv_font_t lv_font_symbol_10_file;
|
|
|
|
#endif /*USE_LV_FONT_SYMBOL_10_FILE*/
|
|
#endif /*SYMBOL_10_FILE_H*/ |