Files
arcs/modules/lisaui/widgets/llm/lisa_ui_res.h
2026-08-13 16:50:52 +08:00

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__ */