1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00
lvgl/lv_misc/lv_fonts/dejavu_80_sup.h

17 lines
312 B
C
Raw Normal View History

2017-11-23 20:42:14 +01:00
#ifndef DEJAVU_80_SUP_H
#define DEJAVU_80_SUP_H
/*Use UTF-8 encoding in the IDE*/
#include "misc_conf.h"
2017-11-23 21:28:36 +01:00
#if USE_LV_FONT_DEJAVU_80_SUP != 0
2017-11-23 20:42:14 +01:00
#include <stdint.h>
#include "../lv_misc/lv_font.h"
2017-11-23 21:28:36 +01:00
extern lv_font_t lv_font_dejavu_80_sup;
2017-11-23 20:42:14 +01:00
2017-11-23 21:28:36 +01:00
#endif /*USE_LV_FONT_DEJAVU_80_SUP != 0*/
2017-11-23 20:42:14 +01:00
#endif /*DEJAVU_80_SUP_H*/