update a main page for test

This commit is contained in:
kingham
2025-09-14 20:37:45 +08:00
parent e879bde4c1
commit c38d4c41c1
8 changed files with 1740 additions and 10 deletions

View File

@@ -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