mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-21 06:53:01 +08:00
18 lines
333 B
C
18 lines
333 B
C
#ifndef DEJAVU_60_CYRILLIC_H
|
|
#define DEJAVU_60_CYRILLIC_H
|
|
|
|
/*Use UTF-8 encoding in the IDE*/
|
|
|
|
#include "lv_conf.h"
|
|
|
|
#if USE_LV_FONT_DEJAVU_60_CYRILLIC != 0
|
|
|
|
#include <stdint.h>
|
|
#include "../lv_font.h"
|
|
|
|
extern lv_font_t lv_font_dejavu_60_cyrillic;
|
|
|
|
#endif /*USE_LV_FONT_DEJAVU_60_CYRILLIC != 0*/
|
|
|
|
#endif /*DEJAVU_60_CYRILLIC_H*/
|