#ifndef DEJAVU_10_H #define DEJAVU_10_H /*Use UTF-8 encoding in the IDE*/ #include "lv_conf.h" #if USE_LV_FONT_DEJAVU_10 != 0 #include #include "../lv_font.h" extern lv_font_t lv_font_dejavu_10; #endif /*USE_LV_FONT_DEJAVU_10 != 0*/ #endif /*DEJAVU_10_H*/