Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
db94a255
Verified
Commit
db94a255
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
feat(epicardium): Adjust version-splash
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
84787f25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
epicardium/main.c
+1
-1
1 addition, 1 deletion
epicardium/main.c
epicardium/version-splash.h
+12747
-12747
12747 additions, 12747 deletions
epicardium/version-splash.h
with
12748 additions
and
12748 deletions
epicardium/main.c
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
epicardium/version-splash.h
+
12747
−
12747
View file @
db94a255
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment