MXC-A36-Demo/Demo/lv_user_code/mode/spde_ipc.h

15 lines
213 B
C
Raw Permalink Normal View History

#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