mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
17 lines
306 B
C
17 lines
306 B
C
|
#ifndef SYMBOL_20_FILE_H
|
||
|
#define SYMBOL_20_FILE_H
|
||
|
|
||
|
/*Use UTF-8 encoding in the IDE*/
|
||
|
|
||
|
#include "misc_conf.h"
|
||
|
|
||
|
#if USE_FONT_SYMBOL_20_FILE != 0
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "../lv_misc/lv_font.h"
|
||
|
|
||
|
extern font_t font_symbol_20_file;
|
||
|
|
||
|
#endif /*USE_FONT_SYMBOL_20_FILE != 0*/
|
||
|
|
||
|
#endif /*SYMBOL_20_FILE_H*/
|