Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SQ_0037
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔立宝
SQ_0037
Commits
ebbe284d
Commit
ebbe284d
authored
Jun 08, 2024
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改禅道问题:几个英文文字不对
parent
8252ffd5
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
11 deletions
+11
-11
.gitignore
.gitignore
+0
-2
GUI.c
source/Application/Graphic/GUI/GUI.c
+8
-7
main.c
source/System/main.c
+1
-0
0037-软件变更记录.xlsx
utility/0037-软件变更记录.xlsx
+0
-0
0037-软件自测报告.xlsx
utility/0037-软件自测报告.xlsx
+0
-0
SQ_0037_Flash_F1.1.2_FullBin01_240522.bin
utility/FLASH/SQ_0037_Flash_F1.1.2_FullBin01_240522.bin
+0
-0
SQ_0037_Flash_F1.1.2_FullBin02_240522.bin
utility/FLASH/SQ_0037_Flash_F1.1.2_FullBin02_240522.bin
+0
-0
SQ_0037.bin
utility/工程文件(释放绥化)/SQ_0037.bin
+0
-0
SQ_0037_UpdateApp_S1.3.1_F1.1.2_240607.bin
...ity/工程文件(释放绥化)/SQ_0037_UpdateApp_S1.3.1_F1.1.2_240607.bin
+0
-0
释放软件说明.txt
utility/工程文件(释放绥化)/释放软件说明.txt
+2
-2
No files found.
.gitignore
View file @
ebbe284d
...
...
@@ -44,9 +44,7 @@ history.index
*.pbi
*.zip
*.7z
*.bin
*.out
*.srec
# Kernel Module Compile Results
*.mod*
...
...
source/Application/Graphic/GUI/GUI.c
View file @
ebbe284d
...
...
@@ -1525,7 +1525,7 @@ void GUI_Middle_001_03_01(void)
}
else
{
GUI_Translate_Display
(
Middle_Sprite
,
Set_075_w
ord1
,
440U
,
224U
,
0u
);
/*电控温度文字 */
GUI_Translate_Display
(
Middle_Sprite
,
ECU_05_W
ord1
,
440U
,
224U
,
0u
);
/*电控温度文字 */
}
value
=
DrvMCUTpt_Get_Value
();
sign
=
DrvMCUTpt_Get_Sign
();
...
...
@@ -1547,7 +1547,8 @@ void GUI_Middle_001_03_01(void)
}
else
{
GUI_Translate_Display
(
Middle_Sprite
,
Set_076_word1
,
440U
,
264U
,
0
);
/*电机温度文字*/
GUI_Translate_Display
(
Middle_Sprite
,
Set_Menu3_Word1_30
,
440U
,
262U
,
0
);
/*电机温度文字*/
GUI_Translate_Display
(
Middle_Sprite
,
Number_18_white_point
,
440U
+
116U
,
262U
+
14U
,
0
);
}
value
=
DrvMtrTpt_Get_Value
();
sign
=
DrvMtrTpt_Get_Sign
();
...
...
@@ -1693,7 +1694,7 @@ void GUI_Middle_001_03_00(void)
}
else
{
GUI_Translate_Display
(
Middle_Sprite
,
Set_
073_word1
,
440U
,
304
U
,
0
);
/*电机转速 文字*/
GUI_Translate_Display
(
Middle_Sprite
,
Set_
Menu3_Word1_38
,
440U
,
302
U
,
0
);
/*电机转速 文字*/
}
value
=
Get_ID_18F502F0_Sig_VCU_DrvMtrSpd
();
//1rpm
...
...
@@ -1937,13 +1938,13 @@ void GUI_Middle_001_01_01(void)
GUI_Translate_Display
(
Middle_Sprite
,
Set_Menu3_Word1_18
,
440U
,
262U
,
0u
);
/*故障码 文字*/
}
if
(
temp
==
0u
)
//
if (temp == 0u)
{
GUI_Translate_Display
(
Middle_Sprite
,
Set_Menu3_Word0_78
,
634U
+
30U
*
temp
,
267U
,
0u
);
/*Wa
m
英文*/
GUI_Translate_Display
(
Middle_Sprite
,
Set_Menu3_Word0_78
,
634U
+
30U
*
temp
,
267U
,
0u
);
/*Wa
rn
英文*/
}
else
//
else
{
GUI_Translate_Display
(
Middle_Sprite
,
Set_Menu3_Word1_78
,
634U
+
30U
*
temp
,
267U
,
0u
);
/*Wam
英文*/
//GUI_Translate_Display(Middle_Sprite, Set_Menu3_Word1_78, 634U + 30U * temp, 267U, 0u); /*Warn
英文*/
}
value
=
Get_ID_18F141F3_Sig_BMS_BMSDTC
();
...
...
source/System/main.c
View file @
ebbe284d
...
...
@@ -110,6 +110,7 @@
//20240515 修改电池最高单位摄氏度显示不全问题
//20240522 修改选中模块版本英文图片,调整对三角号位置;屏蔽保养弹出报警;预计充电时间分钟最大由75改为55
//20240607 修改故障码warn英文字体=中文字体,修改电机温度、电机转速、电控温度英文关联图片(去掉:,电机MTR->motor)
#include "r_typedefs.h"
#include "sys_scheduler.h"
#include "Watchdog.h"
...
...
utility/0037-软件变更记录.xlsx
View file @
ebbe284d
No preview for this file type
utility/0037-软件自测报告.xlsx
View file @
ebbe284d
No preview for this file type
utility/FLASH/SQ_0037_Flash_F1.1.2_FullBin01_240522.bin
0 → 100644
View file @
ebbe284d
File added
utility/FLASH/SQ_0037_Flash_F1.1.2_FullBin02_240522.bin
0 → 100644
View file @
ebbe284d
File added
utility/工程文件(释放绥化)/SQ_0037.bin
0 → 100644
View file @
ebbe284d
File added
utility/工程文件(释放绥化)/SQ_0037_UpdateApp_S1.3.1_F1.1.2_240607.bin
0 → 100644
View file @
ebbe284d
File added
utility/工程文件(释放绥化)/释放软件说明.txt
View file @
ebbe284d
1、SQ_0037_BootApp_S1.3.1_F1.1.2_240
522
.srec,完整版,适用于新生产的无程序仪表
2、SQ_0037_UpdateApp_S1.3.1_F1.1.2_240
522
.bin,APP版,适用于烧过完整版程序仪表,需配合诊断工具使用
1、SQ_0037_BootApp_S1.3.1_F1.1.2_240
607
.srec,完整版,适用于新生产的无程序仪表
2、SQ_0037_UpdateApp_S1.3.1_F1.1.2_240
607
.bin,APP版,适用于烧过完整版程序仪表,需配合诊断工具使用
3、SQ_0037.bin,APP版,适用于烧过完整版程序仪表,一键升级小白盒用
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment