Skip to content

Commit

Permalink
fixed the info screen formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ariahiro64 committed Sep 25, 2021
1 parent 485227f commit 49b49d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/menu_about.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ void menu_about(display_context_t disp)
sprintf(firmware_str, "ED64 firmware: v%03x", evd_getFirmVersion());
printText(firmware_str, 9, -1, disp);
printText("by JonesAlmighty", 9, -1, disp);
printText(" ", 9, -1, disp);
printText("Based on ALT64", 9, -1, disp);
printText("By Saturnu", 9, -1, disp);
printText(" ", 9, -1, disp);
printText("credits to:", 9, -1, disp);
printText("Jay Oster", 9, -1, disp);
printText("Krikzz", 9, -1, disp);
printText("Richard Weick", 9, -1, disp);
printText("ChillyWilly", 9, -1, disp);
printText("ShaunTaylor", 9, -1, disp);
printText("Conle", 9, -1, disp);
printText("Aria Hiro64", 9, -1, disp);
printText("Aria Hiro 64", 9, -1, disp);
printText("moparisthebest", 9, -1, disp);
} //TODO: make scrolling text, should include libraries used.

0 comments on commit 49b49d0

Please sign in to comment.