新增demo界面演示

This commit is contained in:
2024-03-09 13:35:12 +08:00
parent 70ec3005bb
commit 1fd5ebbff4
142 changed files with 179639 additions and 367355 deletions

View File

@ -0,0 +1,16 @@
#ifndef __SPDE_IPC_H__
#define __SPDE_IPC_H__
#include <lvgl.h>
typedef enum
{
UI_MODE_NORMAL,
UI_MODE_CHARGE,
UI_MODE_OTA,
UI_MODE_POWER_ON,
UI_MODE_POWER_OFF,
UI_MODE_CHARGE_FULL,
}spde_ui_mode_e;
#endif