添加UI和工程的资料文件

This commit is contained in:
Wang Beihong
2026-04-20 22:35:29 +08:00
parent 9aea4a8338
commit e881f82bd9
26 changed files with 32361 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#ifndef EEZ_LVGL_UI_GUI_H
#define EEZ_LVGL_UI_GUI_H
#include <lvgl.h>
#include "eez-flow.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t assets[1932];
void ui_init();
void ui_tick();
#ifdef __cplusplus
}
#endif
#endif // EEZ_LVGL_UI_GUI_H