新增demo界面演示
This commit is contained in:
16
MXC-A39/lv_user_code/app/spde_ipc.h
Normal file
16
MXC-A39/lv_user_code/app/spde_ipc.h
Normal 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
|
Reference in New Issue
Block a user