Skip to content

Commit

Permalink
Change title and color for test FW
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Oct 11, 2022
1 parent f92e679 commit 17f0505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/meleeMenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void drawBackgroundGrid(display_t * d)
}
else
{
SET_PIXEL(d, x, y, c001); // Background
SET_PIXEL(d, x, y, c200); // Background
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main/modes/mode_main_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ swadgeMode modeMainMenu =
.overrideUsb = false,
};

const char mainMenuTitle[] = "Swadge!";
const char mainMenuTitle[] = "TEST FW";
const char mainMenuGames[] = "Games";
const char mainMenuTools[] = "Tools";
const char mainMenuMusic[] = "Music";
Expand Down

0 comments on commit 17f0505

Please sign in to comment.