Skip to content
Snippets Groups Projects
Commit 373f8567 authored by ch3's avatar ch3
Browse files

fix(splashscreen): More useful message

parent 8b31ab73
No related branches found
No related tags found
No related merge requests found
Pipeline #2732 failed
...@@ -19,7 +19,7 @@ int main(void) ...@@ -19,7 +19,7 @@ int main(void)
hardware_early_init(); hardware_early_init();
char *version_buf = CARD10_VERSION; char *version_buf = CARD10_VERSION;
epic_disp_print (0, 5, "version/tag", 0xffff, 0x0000); epic_disp_print (0, 5, "epicardium:", 0xffff, 0x0000);
epic_disp_print (0, 24, version_buf, 0xffff, 0x0000); epic_disp_print (0, 24, version_buf, 0xffff, 0x0000);
epic_disp_update(); epic_disp_update();
mxc_delay(2000000); mxc_delay(2000000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment