feat(Source):Update Speed,background,bottom
This commit is contained in:
@@ -310,7 +310,7 @@ MbIicApi Un08 Indicator[8]; /*指示灯状态*/
|
||||
#define IND_BRAKE_ERR Indicator[0].sbit.b3 /*制动系统故障指示灯*/
|
||||
#define IND_ABS Indicator[0].sbit.b4 /*防抱死制动系统(ABS)指示灯*/
|
||||
#define IND_SCRUBBING_LACK Indicator[0].sbit.b5 /*洗涤液位低指示灯*/
|
||||
#define IND_LIMIT_SCALE Indicator[0].sbit.b6 /*限速图标放大标记*/
|
||||
#define IND_LIMIT_SCALE 0 //Indicator[0].sbit.b6 /*限速图标放大标记*/
|
||||
#define IND_TOPCAMERA_CFG Indicator[0].sbit.b7 /*车顶摄像头配置*/
|
||||
|
||||
#define IND_ESP Indicator[1].sbit.b0 /*ESP指示灯*/
|
||||
@@ -338,8 +338,8 @@ MbIicApi Un08 Indicator[8]; /*指示灯状态*/
|
||||
#define IND_WHEEL_STATE Indicator[4].sbit03.b02 /*前轮转向状态*/
|
||||
#define IND_NIGHT_MODE Indicator[4].sbit.b3 /*夜间模式*/
|
||||
#define IND_POWER_LIMIT Indicator[4].sbit.b4 /*驱动功率限制*/
|
||||
#define IND_ACC_HOLD Indicator[4].sbit.b5 /*Acc Hold*/
|
||||
#define IND_POWER_MODE Indicator[4].sbit03.b67 /*经济模式指示灯*/
|
||||
#define IND_ACC_HOLD 0 //Indicator[4].sbit.b5 /*Acc Hold*/
|
||||
#define IND_POWER_MODE 2 //Indicator[4].sbit03.b67 /*经济模式指示灯*/
|
||||
|
||||
#define IND_DOOR_LF Indicator[5].sbit.b0 /*左前门指示灯*/
|
||||
#define IND_DOOR_LB Indicator[5].sbit.b1 /*左后门指示灯*/
|
||||
|
||||
Reference in New Issue
Block a user