mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
18 lines
309 B
C
18 lines
309 B
C
#ifndef SYMBOL_60_FILE_H
|
|
#define SYMBOL_60_FILE_H
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
#include "lv_conf.h"
|
|
|
|
#if USE_LV_FONT_SYMBOL_60_FILE != 0
|
|
|
|
#include <stdint.h>
|
|
#include "../lv_font.h"
|
|
|
|
extern lv_font_t lv_font_symbol_60_file;
|
|
|
|
#endif /*USE_LV_FONT_SYMBOL_60_FILE != 0*/
|
|
|
|
#endif /*SYMBOL_60_FILE_H*/
|