#ifndef SYMBOL_20_BASIC_H #define SYMBOL_20_BASIC_H /*Use UTF-8 encoding in the IDE*/ #include "lv_conf.h" #if USE_LV_FONT_SYMBOL_20_BASIC != 0 #include #include "../lv_misc/lv_font.h" extern lv_font_t lv_font_symbol_20_basic; #endif /*USE_LV_FONT_SYMBOL_20_BASIC != 0*/ #endif /*SYMBOL_20_BASIC_H*/