#ifndef DEJAVU_30_CYRILLIC_H #define DEJAVU_30_CYRILLIC_H /*Use UTF-8 encoding in the IDE*/ #include "misc_conf.h" #if USE_LV_FONT_DEJAVU_30_CYRILLIC != 0 #include #include "../lv_misc/lv_font.h" extern lv_font_t lv_font_dejavu_30_cyrillic; #endif /*USE_LV_FONT_DEJAVU_30_CYRILLIC != 0*/ #endif /*DEJAVU_30_CYRILLIC_H*/