1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00
lvgl/lv_misc/lv_fonts/dejavu_30_latin_ext_b.h
2017-11-26 14:39:22 +01:00

18 lines
351 B
C

#ifndef DEJAVU_30_LATIN_EXT_B_H
#define DEJAVU_30_LATIN_EXT_B_H
/*Use UTF-8 encoding in the IDE*/
#include "lv_conf.h"
#if USE_LV_FONT_DEJAVU_30_LATIN_EXT_B != 0
#include <stdint.h>
#include "../lv_font.h"
extern lv_font_t lv_font_dejavu_30_latin_ext_b;
#endif /*USE_LV_FONT_DEJAVU_30_LATIN_EXT_B != 0*/
#endif /*DEJAVU_30_LATIN_EXT_B_H*/