Skip to content
GitLab
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
2f7b6cd5
Commit
2f7b6cd5
authored
Apr 02, 2021
by
schneider
Browse files
feat(epicardium): Add v1.17 splash
parent
dfcb2590
Pipeline
#5175
passed with stages
in 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
epicardium/main.c
View file @
2f7b6cd5
...
...
@@ -51,7 +51,7 @@ int main(void)
&
display_screen
,
0
,
0
,
160
,
80
,
GFX_RGB565
,
version_splash
);
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
6
"
)
!=
0
)
{
if
(
strcmp
(
CARD10_VERSION
,
"v1.1
7
"
)
!=
0
)
{
const
int
off
=
(
160
-
(
int
)
strlen
(
version_buf
)
*
14
)
/
2
;
epic_disp_print
(
10
,
20
,
"Epicardium"
,
0xfe20
,
0xfe20
);
epic_disp_print
(
...
...
epicardium/version-splash.png
View replaced file @
dfcb2590
View file @
2f7b6cd5
2.31 KB
|
W:
|
H:
15 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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