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_60.h
2017-11-23 21:28:36 +01:00

17 lines
288 B
C

#ifndef DEJAVU_60_H
#define DEJAVU_60_H
/*Use UTF-8 encoding in the IDE*/
#include "misc_conf.h"
#if USE_LV_FONT_DEJAVU_60 != 0
#include <stdint.h>
#include "../lv_misc/lv_font.h"
extern lv_font_t lv_font_dejavu_60;
#endif /*USE_LV_FONT_DEJAVU_60 != 0*/
#endif /*DEJAVU_60_H*/