This commit is contained in:
不吃油炸鸡
2025-09-22 21:45:02 +08:00
parent fe73739d65
commit d7e8d4e0b6
8 changed files with 1831 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
// LVGL VERSION: 8.2.0
// LVGL VERSION: 9.2
#ifndef _UI_H
@@ -16,6 +16,10 @@ extern "C" {
void ui_init(void);
// FONTS
LV_FONT_DECLARE(ui_font_HeiTi32);
LV_FONT_DECLARE(ui_font_HeiTi48);
#ifdef __cplusplus
} /*extern "C"*/
#endif