#ifndef SYMBOL_30_BASIC_H #define SYMBOL_30_BASIC_H /*Use UTF-8 encoding in the IDE*/ #include "misc_conf.h" #if USE_FONT_SYMBOL_30_BASIC != 0 #include #include "../lv_misc/lv_font.h" extern font_t font_symbol_30_basic; #endif /*USE_FONT_SYMBOL_30_BASIC != 0*/ #endif /*SYMBOL_30_BASIC_H*/