14 lines
340 B
C
14 lines
340 B
C
#ifndef __LISA_UI_FONTS_H__
|
|
#define __LISA_UI_FONTS_H__
|
|
|
|
#include "lvgl.h"
|
|
|
|
LV_FONT_DECLARE(lv_font_chinese_16);
|
|
LV_FONT_DECLARE(lv_font_chinese_18);
|
|
LV_FONT_DECLARE(lv_font_notosans_cs_medium_18);
|
|
LV_FONT_DECLARE(lv_font_notosans_cs_medium_14);
|
|
LV_FONT_DECLARE(lv_font_rubik_bold_64);
|
|
LV_FONT_DECLARE(lv_font_rubik_bold_64_ascii);
|
|
|
|
#endif
|