Commit 5f7831f4 authored by 崔立宝's avatar 崔立宝

变更项3、长按上翻页键进入软件版本号显示界面

parent 89cda672
......@@ -336,6 +336,7 @@ void Time_Seting(void)
}
else if (SetMenu == 3) //行车信息
{
#if 0
if (IO_CAN_KEY_ENTER == IO_KEY_PRESS)
{
IO_CAN_KEY_ENTER = IO_KEY_IDLE;
......@@ -347,8 +348,9 @@ void Time_Seting(void)
IOTFTLCDAccessRight = 0x00;
//IOTFTLCDAccessRight |= (IO_TRAP_BIT | IO_BG_INFO_BIT | IO_DRIVE_INFO_BIT);
IOTFTLCDAccessRight |= (IO_TIME_BIT | IO_BG_INFO_BIT);
}
if (IO_CAN_KEY_LEFT == IO_KEY_LONG)
}
#endif
if ((IO_CAN_KEY_LEFT == IO_KEY_LONG) || (IO_CAN_KEY_ENTER == IO_KEY_PRESS))
{
IO_CAN_KEY_LEFT = IO_KEY_IDLE ;
MenuDisplay = 0;
......
......@@ -1183,6 +1183,7 @@ void GUI_TPMS_Display(uint8_t PopupID)
void Menu2_4_Display(void) //行车信息
{
#if 0
TFT_LCD_Display_Sprite(LAYER_MENU01, SN_V_Info_Display_png, 280, 178, 64);
TFT_LCD_Display_Sprite(LAYER_MENU02, SN_V_Info_Display_uint_1_png, 302, 246, 64);
//TFT_LCD_Display_Sprite(LAYER_MENU03, SN_Vehicle_Information_Display2_png, 458, 178, 64);
......@@ -1198,8 +1199,14 @@ void Menu2_4_Display(void) //
GUI_General_Digit_Display(DataDTE, DIGIT_FONT_DTE, 4, 3, LAYER_MENU07, GUIDTEPosX3, 208, 64); //续航里程
TFT_LCD_Display_Sprite(LAYER_MENU11, SN_NB_17_point_png, 490, 208, 64);
GUI_General_Digit_Display(FuelConsumptionRate, DIGIT_FONT_DTE, 3, 1, LAYER_MENU12, GUICurONPosX3,208, 64); //瞬时油耗
GUI_General_Digit_Display(FuelConsumptionRate, DIGIT_FONT_DTE, 3, 1, LAYER_MENU12, GUICurONPosX3,208, 64); //瞬时油耗
#endif
TFT_LCD_Display_Sprite(LAYER_MENU01, SN_NB_17_00_png, 355, 199, 64);
TFT_LCD_Display_Sprite(LAYER_MENU02, SN_NB_17_00_png, 373, 199, 64);
TFT_LCD_Display_Sprite(LAYER_MENU03, SN_NB_17_point_png, 391, 199, 64);
TFT_LCD_Display_Sprite(LAYER_MENU04, SN_NB_17_01_png, 409, 199, 64);
TFT_LCD_Display_Sprite(LAYER_MENU05, SN_NB_17_04_png, 427, 199, 64);
}
uint8_t Left_LDW_Count = 0;
......
......@@ -192,7 +192,7 @@ void IO_Management_Service(void)
IOTFTLCDAccessRight = 0x00;
IOTFTLCDAccessRight = (IO_TIME_BIT | IO_BG_INFO_BIT);
}
#if 0
#if 1
if ((IO_DRIVE_INFO_DISPLAY_ENABLE) && (!IO_POPUP_DISPLAY_ENABLE) && (IO_CAN_KEY_LEFT == IO_KEY_LONG))
{
IO_CAN_KEY_LEFT = IO_KEY_IDLE;
......
......@@ -51,6 +51,7 @@
//20250730 TYW-2025-00635变更
// 1、增加气量控制信号,与原信号为或的关系
//20250731 2、升级软件版本号
// 3、长按上翻页键进入查看软件版本号界面
#include "main.h"
#include "fuelconfig.h"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
1、WZ_EF01_BootApp_S0.13_FV0.08_250621.s19,完整版,适用于新生产的无程序仪表
2、WZ_EF01_UpdateApp_S0.13_F0.08_250621.s19,APP版,适用于烧过完整版程序仪表,需配合诊断工具使用
1、完整版:WZ_EF01_BootApp_S00.14_FV0.08_250731.s19
2、升级版:WZ_EF01_UpdateApp_S00.14_F0.08_250731.s19
3、FLASH: WZ_EF01_Flash_F0.08_FullBin_231117.bin
\ No newline at end of file
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