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
François Revol
firmware
Commits
d37959c3
Commit
d37959c3
authored
Dec 29, 2019
by
Rahix
Browse files
feat(epicardium): Adjust version-splash
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
f858f0b7
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
d37959c3
...
...
@@ -47,7 +47,7 @@ int main(void)
epic_disp_clear
(
0x0000
);
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
3
"
)
==
0
)
{
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
4
"
)
==
0
)
{
gfx_copy_region
(
&
display_screen
,
0
,
...
...
epicardium/version-splash.h
View file @
d37959c3
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