1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00
lvgl/lv_misc/lv_fonts/symbol_80_basic.h
2017-11-23 20:42:14 +01:00

17 lines
312 B
C

#ifndef SYMBOL_80_BASIC_H
#define SYMBOL_80_BASIC_H
/*Use UTF-8 encoding in the IDE*/
#include "misc_conf.h"
#if USE_FONT_SYMBOL_80_BASIC != 0
#include <stdint.h>
#include "../lv_misc/lv_font.h"
extern font_t font_symbol_80_basic;
#endif /*USE_FONT_SYMBOL_80_BASIC != 0*/
#endif /*SYMBOL_80_BASIC_H*/