mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
16 lines
227 B
C
16 lines
227 B
C
|
#ifndef DEJAVU_80_H
|
||
|
#define DEJAVU_80_H
|
||
|
|
||
|
/*Use ISO8859-1 encoding in the IDE*/
|
||
|
#include "lv_conf.h"
|
||
|
#if USE_FONT_DEJAVU_80 != 0
|
||
|
|
||
|
|
||
|
#include <stdint.h>
|
||
|
#include "../font.h"
|
||
|
const font_t * dejavu_80_get_dsc(void);
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|