Skip to content
Snippets Groups Projects
Commit 22576e6c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

A little cosmetic adjustment to the setup wizard

parent ed7776f7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3802 failed
...@@ -159,10 +159,10 @@ void wizard_msg(int page, int total, const char* text) ...@@ -159,10 +159,10 @@ void wizard_msg(int page, int total, const char* text)
if(page > 0 && page < total) { if(page > 0 && page < total) {
int x = (uifc.scrn_width / 2) + 22; int x = (uifc.scrn_width / 2) + 22;
int y = 21; int y = 21;
uifc.printf(x, y, uifc.bclr<<4, "%*.*s", total, total uifc.printf(x, y, uifc.cclr|(uifc.bclr<<4), "%*.*s", total, total
, "\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0"); , "\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1\xb1");
uifc.printf(x, y, uifc.lclr|(uifc.bclr<<4), "%*.*s", page, page uifc.printf(x, y, uifc.lclr|(uifc.bclr<<4), "%*.*s", page, page
, "\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0\xb0"); , "\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2\xb2");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment