添加UI和工程的资料文件
This commit is contained in:
13
相关资料/smart-granary/src/ui/structs.h
Normal file
13
相关资料/smart-granary/src/ui/structs.h
Normal 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*/
|
||||
Reference in New Issue
Block a user