mirror of
https://git.beihong.wang/wangbeihong/iot-bedroom-environment-controller.git
synced 2026-04-23 15:03:03 +08:00
13 lines
199 B
C++
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*/ |