Skip to content

Commit

Permalink
fix main menu background colour
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFakeMontyOnTheRun committed Jun 25, 2024
1 parent 7370f90 commit 05ffdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/MainMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3859,7 +3859,7 @@ void MainMenu_repaintCallback(void) {
if (firstFrameOnCurrentState) {
clearScreen();
#ifndef MONOCHROME_VECTORS
fillRect(0, 0, XRES_FRAMEBUFFER, YRES_FRAMEBUFFER, getPaletteEntry(0xFF00FF00), 0);
fillRect(0, 0, XRES_FRAMEBUFFER, YRES_FRAMEBUFFER, getPaletteEntry(0xFF73ADA6), 0);
#endif
drawGraphic(0, 0, YRES_FRAMEBUFFER, YRES_FRAMEBUFFER, splashGraphics);
drawGraphic((XRES_FRAMEBUFFER / 2) + 8, 8, (XRES_FRAMEBUFFER / 2) - 16, (XRES_FRAMEBUFFER / 2) - 16, logoGraphics);
Expand Down

0 comments on commit 05ffdd7

Please sign in to comment.