Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
db94a255
Verified
Commit
db94a255
authored
Sep 24, 2019
by
Rahix
Browse files
feat(epicardium): Adjust version-splash
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
84787f25
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
db94a255
...
...
@@ -33,7 +33,7 @@ int main(void)
const
char
*
version_buf
=
CARD10_VERSION
;
mxc_delay
(
500000
);
epic_disp_clear
(
0x0000
);
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
0
"
)
==
0
)
{
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
1
"
)
==
0
)
{
gfx_copy_region_raw
(
&
display_screen
,
0
,
0
,
160
,
80
,
2
,
version_splash
);
...
...
epicardium/version-splash.h
View file @
db94a255
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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