Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
70634f24
Commit
70634f24
authored
May 14, 2024
by
ζδΏε
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
π
fix:ε ι€θ°θ―η¨ει
parent
0545fb2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+4
-4
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
70634f24
...
@@ -66,7 +66,7 @@ void Clear_Bu98(void)
...
@@ -66,7 +66,7 @@ void Clear_Bu98(void)
void
Gauge_Service
(
void
)
void
Gauge_Service
(
void
)
{
{
static
uint16_t
VSpeed_Count
=
0u
;
static
uint16_t
VSpeed_Count
=
0u
;
uint32_t
i
=
0
;
if
(
ClearODO_Flag
==
1
)
if
(
ClearODO_Flag
==
1
)
{
{
if
(
Common_Get_IG_Sts
(
)
==
COMMON_POWER_ON
)
if
(
Common_Get_IG_Sts
(
)
==
COMMON_POWER_ON
)
...
@@ -86,10 +86,10 @@ void Gauge_Service(void)
...
@@ -86,10 +86,10 @@ void Gauge_Service(void)
{
{
//for(i = 0; i < BU98R10_DDRAM_SIZE; i ++)
//for(i = 0; i < BU98R10_DDRAM_SIZE; i ++)
//{
//{
// BU98R10Chip0DDRAM.Byte[i] =
1
;
// BU98R10Chip0DDRAM.Byte[i] =
0x77
;
// BU98R10Chip1DDRAM.Byte[i] =
1
;
// BU98R10Chip1DDRAM.Byte[i] =
0x77
;
//}
//}
i
=
Get_Trip_Value
();
if
(
VSpeed_Count
<
3
)
if
(
VSpeed_Count
<
3
)
{
{
VSpeed_Count
++
;
VSpeed_Count
++
;
...
...
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