Commit 89790734 authored by hu's avatar hu

调整

parent 6107fe6d
No preview for this file type
......@@ -10026,7 +10026,7 @@
:20E480000000000000000000000000000000000000000000000000000000030008000F0062
:20E4A00017002B00440062008200AA00D4000B0143018101C2010B02580200000000000078
:20E4C00000000000C800C800900190015802580220032003E803E803B004B0047805780558
:20E4E000B80B70170000140014002800020014002800000000000000020002000200280016
:20E4E000B80B7017000014001400000002001400280000000000000002000200020028003E
:20E500000404060505050400000000000000000000000000000001000100010001000100D5
:20E520000000000008060D1313130E000000C800900158022003E803B00478050000000087
:20E540000000000000000000000000000000000000000000000000000000000000000000BB
......@@ -33,7 +33,7 @@ uint8_t ModeGaugesTestFlag[GAUGES_TOTAL_NUM] = {0u};
const uint16_t GaugesDisDelayMax[2u][IndicatTypeTOtal] =
{
/*StepperMotor MotorGasType MotorTempType LCDGasType LEDOtherType GasType TempType 不同类型表头走行速度不同*/
{0u, 20u, 20u, 40u, 2u, 20u, 40u},
{0u, 20u, 20u, 0u, 2u, 20u, 40u},
{0u, 0u, 0u, 2u, 2u, 2u, 40u},
};
......
......@@ -1570,7 +1570,7 @@ void GUI_Battery_Display_Display(uint8_t Mode)
current_value = Gui_Get_Voltmeter_DisplayMode();
if (current_value > 4u)
if ((current_value > 4u) && (current_value <= 12u))
{
current_Flag = 1u; /*白*/
}
......
......@@ -71,8 +71,8 @@ typedef struct
uint8_t K_Line_LID4F; /* 32 机油&滤清器 5000 */
uint8_t K_Line_LID50; /* -- 预留 */
uint8_t K_Line_LID51; /* 01 工作模式 */
uint8_t K_Line_LID52; /* 00 电子部件设定 */
uint8_t K_Line_LID51; /* 01 工作模式 0-工厂模式 1-通常模式 2-销售模式*/
uint8_t K_Line_LID52; /* 00 电子部件设定 0-500K 1-250k*/
uint8_t Reserved0;
uint8_t Reserved1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment