/* * 文件: 相关资料/smart-granary/src/ui/structs.h * 角色: 参考 UI 代码(资料目录) * 说明: * - 本文件用于实现当前模块的核心功能或接口定义。 * - 修改前请先确认该模块与其它任务/外设之间的数据流关系。 * - 涉及协议与硬件时,优先保持现有接口兼容,避免联调回归。 */ #ifndef EEZ_LVGL_UI_STRUCTS_H #define EEZ_LVGL_UI_STRUCTS_H #include "eez-flow.h" #include #include #include "vars.h" using namespace eez; #endif /*EEZ_LVGL_UI_STRUCTS_H*/