mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
18 lines
341 B
C
18 lines
341 B
C
|
#ifndef DEJAVU_40_LATIN_EXT_A_H
|
||
|
#define DEJAVU_40_LATIN_EXT_A_H
|
||
|
|
||
|
/*Use UTF-8 encoding in the IDE*/
|
||
|
|
||
|
#include "misc_conf.h"
|
||
|
|
||
|
#if USE_FONT_DEJAVU_40_LATIN_EXT_A != 0
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "../lv_font.h"
|
||
|
|
||
|
extern font_t font_dejavu_40_latin_ext_a;
|
||
|
|
||
|
#endif /*USE_FONT_DEJAVU_40_LATIN_EXT_A != 0*/
|
||
|
|
||
|
#endif /*DEJAVU_40_LATIN_EXT_A_H*/
|