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
bbfb27d5
Commit
bbfb27d5
authored
Jul 30, 2024
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240723变更,变更点二,1.锁车提醒(纠错);2.离座报警(纠错);3.水位低报警(纠错);
parent
ebbe284d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
GUI.c
source/Application/Graphic/GUI/GUI.c
+4
-0
main.c
source/System/main.c
+3
-0
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
bbfb27d5
...
@@ -4407,6 +4407,10 @@ void GUI_General_Popup_Display(uint8_t PopupMsg, uint8_t typ)
...
@@ -4407,6 +4407,10 @@ void GUI_General_Popup_Display(uint8_t PopupMsg, uint8_t typ)
GUI_Translate_Display
(
Middle_Sprite
,
GenPopID
[
temp
][
11u
],
GenPopID_XY
[
temp
][
11u
][
0u
],
GenPopID_XY
[
temp
][
11u
][
1u
]
+
image
,
typ
);
/*操作警报 文字*/
GUI_Translate_Display
(
Middle_Sprite
,
GenPopID
[
temp
][
11u
],
GenPopID_XY
[
temp
][
11u
][
0u
],
GenPopID_XY
[
temp
][
11u
][
1u
]
+
image
,
typ
);
/*操作警报 文字*/
PopupMsg
-=
POPUP_MSG_BMS_BMS3
+
1u
;
PopupMsg
-=
POPUP_MSG_BMS_BMS3
+
1u
;
if
(
PopupMsg
>=
7u
)
{
PopupMsg
++
;
}
GUI_Translate_Display
(
Middle_Sprite
,
GenPopID
[
temp
][
PopupMsg
],
GenPopID_XY
[
temp
][
PopupMsg
][
0u
],
GenPopID_XY
[
temp
][
PopupMsg
][
1u
],
typ
);
/*报警内容 文字*/
GUI_Translate_Display
(
Middle_Sprite
,
GenPopID
[
temp
][
PopupMsg
],
GenPopID_XY
[
temp
][
PopupMsg
][
0u
],
GenPopID_XY
[
temp
][
PopupMsg
][
1u
],
typ
);
/*报警内容 文字*/
}
}
//显示故障码和说明 image=说明文字,为0xFFFF时无,value=故障码,type=1级报警故障码最小值类型,0=151开始,1=101开始
//显示故障码和说明 image=说明文字,为0xFFFF时无,value=故障码,type=1级报警故障码最小值类型,0=151开始,1=101开始
...
...
source/System/main.c
View file @
bbfb27d5
...
@@ -111,6 +111,9 @@
...
@@ -111,6 +111,9 @@
//20240522 修改选中模块版本英文图片,调整对三角号位置;屏蔽保养弹出报警;预计充电时间分钟最大由75改为55
//20240522 修改选中模块版本英文图片,调整对三角号位置;屏蔽保养弹出报警;预计充电时间分钟最大由75改为55
//20240607 修改故障码warn英文字体=中文字体,修改电机温度、电机转速、电控温度英文关联图片(去掉:,电机MTR->motor)
//20240607 修改故障码warn英文字体=中文字体,修改电机温度、电机转速、电控温度英文关联图片(去掉:,电机MTR->motor)
//20240724 20240723变更,变更点二,1.锁车提醒(纠错);2.离座报警(纠错);3.水位低报警(纠错);
#include "r_typedefs.h"
#include "r_typedefs.h"
#include "sys_scheduler.h"
#include "sys_scheduler.h"
#include "Watchdog.h"
#include "Watchdog.h"
...
...
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