Final title color for maximum readability and to avoid confusion with the commercial Memtest86

This commit is contained in:
Sam Demeulemeester 2022-04-07 00:54:40 +02:00 committed by Sam Demeulemeester
parent 32b9ce38e7
commit faa0252e9c
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void display_init(void)
clear_screen();
set_foreground_colour(RED);
set_foreground_colour(BLACK);
set_background_colour(WHITE);
clear_screen_region(0, 0, 0, 27);
#if TESTWORD_WIDTH > 32
@ -81,6 +81,8 @@ void display_init(void)
#else
prints(0, 0, " Memtest86+ v6.00pre (32b)");
#endif
set_foreground_colour(RED);
printc(0, 11, '+');
set_foreground_colour(WHITE);
set_background_colour(BLUE);
prints(0,28, "| ");