Skip to content
Snippets Groups Projects
Verified Commit db94a255 authored by rahix's avatar rahix
Browse files

feat(epicardium): Adjust version-splash


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 84787f25
No related branches found
No related tags found
No related merge requests found
......@@ -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.10") == 0) {
if (strcmp(CARD10_VERSION, "v1.11") == 0) {
gfx_copy_region_raw(
&display_screen, 0, 0, 160, 80, 2, version_splash
);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment