添加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,13 @@
#ifndef EEZ_LVGL_UI_STRUCTS_H
#define EEZ_LVGL_UI_STRUCTS_H
#include "eez-flow.h"
#include <stdint.h>
#include <stdbool.h>
#include "vars.h"
using namespace eez;
#endif /*EEZ_LVGL_UI_STRUCTS_H*/