Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
078925ad
Commit
078925ad
authored
Jul 25, 2024
by
王佳伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:初始化前发送的I2C信号不能删除,删除会导致彩条无法显示
parent
a5c30f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
BSP.c
source/touch_screen/BSP/BSP.c
+6
-0
No files found.
source/touch_screen/BSP/BSP.c
View file @
078925ad
...
@@ -755,6 +755,12 @@ void switch_951_Color(uint8_t in)
...
@@ -755,6 +755,12 @@ void switch_951_Color(uint8_t in)
}
}
void
init_951
(
void
)
void
init_951
(
void
)
{
{
AIM951_i2c_send
(
0xFF
,
0x01
);
BSP_Delay_ms
(
10
);
AIM951_i2c_send
(
0x02
,
0x04
);
BSP_Delay_ms
(
10
);
AIM951_i2c_send
(
0x00
,
0x23
);
BSP_Delay_ms
(
10
);
switch_951_init
(
1
);
switch_951_init
(
1
);
}
}
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