Files
iot-bedroom-environment-con…/components/ui/structs.h
2026-03-31 21:52:29 +08:00

13 lines
199 B
C++

#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*/