11 lines
198 B
C
11 lines
198 B
C
#ifndef __LISA_UI_RES_H__
|
|
#define __LISA_UI_RES_H__
|
|
|
|
#include "lvgl.h"
|
|
|
|
/* 字体 */
|
|
LV_FONT_DECLARE(lv_font_notosans_cs_medium_14);
|
|
LV_FONT_DECLARE(lv_font_chinese_18);
|
|
|
|
#endif /* __LISA_UI_H__ */
|