mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
15 lines
306 B
C
15 lines
306 B
C
#ifndef DEJAVU_30_SUP_H
|
|
#define DEJAVU_30_SUP_H
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
#include "../../../lv_conf.h"
|
|
#if USE_LV_FONT_DEJAVU_30_SUP
|
|
|
|
#include <stdint.h>
|
|
#include "lvgl/lv_misc/lv_font.h"
|
|
|
|
extern lv_font_t lv_font_dejavu_30_sup;
|
|
|
|
#endif /*USE_LV_FONT_DEJAVU_30_SUP*/
|
|
#endif /*DEJAVU_30_SUP_H*/ |