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
c09ef8c6
Commit
c09ef8c6
authored
Jul 25, 2024
by
王佳伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:白黑红黑绿黑蓝黑彩图黑循环
parent
d7650c09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
1 deletion
+27
-1
.gitignore
.gitignore
+17
-0
BSP.c
source/touch_screen/BSP/BSP.c
+9
-0
fx12_test.c
source/touch_screen/fx12_test/fx12_test.c
+1
-1
No files found.
.gitignore
0 → 100644
View file @
c09ef8c6
.vscode
ghs\list\BSP.lst
ghs\list\fx12_test.lst
ghs\obj\BSP.dbo
ghs\obj\BSP.o
ghs\obj\fx12_test.dbo
ghs\obj\fx12_test.o
ghs\output\FX12_TFT_test.hex
ghs\output\FX12_TFT_test.mem
ghs\output\FX12_TFT_test.rec
ghs\output\G393_color_5s_black.rec
ghs\output\project.dla
ghs\output\project.dnm
ghs\output\project.graph
ghs\output\project.map
ghs\output\project.out
ghs\output\project.size
\ No newline at end of file
source/touch_screen/BSP/BSP.c
View file @
c09ef8c6
...
@@ -740,6 +740,15 @@ void switch_951_Color(uint8_t in)
...
@@ -740,6 +740,15 @@ void switch_951_Color(uint8_t in)
BSP_Delay_ms
(
10
);
BSP_Delay_ms
(
10
);
break
;
break
;
case
5
:
//彩条
AIM951_i2c_send
(
0xFF
,
0x01
);
BSP_Delay_ms
(
10
);
AIM951_i2c_send
(
0x02
,
0x44
);
BSP_Delay_ms
(
10
);
AIM951_i2c_send
(
0x00
,
0x05
);
BSP_Delay_ms
(
10
);
break
;
default:
default:
break
;
break
;
}
}
...
...
source/touch_screen/fx12_test/fx12_test.c
View file @
c09ef8c6
...
@@ -559,7 +559,7 @@ void fx12_test_server(void)
...
@@ -559,7 +559,7 @@ void fx12_test_server(void)
}
}
else
else
{
{
if
(
color_flag
<
4
)
if
(
color_flag
<
5
)
{
{
color_flag
++
;
color_flag
++
;
}
}
...
...
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