feat(srcData):Use rand data for cluster display change
This commit is contained in:
@@ -358,16 +358,17 @@ MbIicApi Un08 Indicator[8]; /*指示灯状态*/
|
||||
#define IND_TURN_RIGHT Indicator[6].sbit.b7 /*右转向灯指示灯*/
|
||||
|
||||
#define IND_AUTO_PILOT Indicator[7].sbit02.b01 /*自动驾驶指示灯*/
|
||||
#define IND_READY Indicator[7].sbit.b2 /*READY指示灯*/
|
||||
#define IND_READY 1 //Indicator[7].sbit.b2 /*READY指示灯*/
|
||||
#define IND_AC_HIGH_COST Indicator[7].sbit.b3 /*空调能耗高*/
|
||||
#define IND_BAT_COLD Indicator[7].sbit.b4 /*电池温度低*/
|
||||
#define IND_OTA_SILENT_MODE Indicator[7].sbit.b5 /*OTA静默模式*/
|
||||
#define IND_CHARGE_CONN Indicator[7].sbit.b6 /*充电枪已连接指示灯*/
|
||||
#define IND_OTA_SILENT_MODE 0 // Indicator[7].sbit.b5 /*OTA静默模式*/
|
||||
#define IND_CHARGE_CONN 0 //Indicator[7].sbit.b6 /*充电枪已连接指示灯*/
|
||||
#define IND_TIRED_DRIVING Indicator[7].sbit.b7 /*分神提醒二级边框闪烁标志*/
|
||||
|
||||
/*档位*/
|
||||
enum
|
||||
{
|
||||
{
|
||||
|
||||
GEAR_INVISIBLE = 0,
|
||||
GEAR_D = 1,
|
||||
GEAR_N = 2,
|
||||
@@ -431,7 +432,8 @@ enum
|
||||
|
||||
/*工作模式*/
|
||||
enum
|
||||
enum
|
||||
{
|
||||
|
||||
WORK_MODE_OFF = 1,
|
||||
WORK_MODE_ON = 2,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user