Change color to white

This commit is contained in:
Such Meme, Many Skill
2019-08-15 22:23:56 +02:00
parent a190a07016
commit 5dc063d301
4 changed files with 8 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ void meme_main(){
sdexplorer(itemsinfolder, muhbits);
gfx_printf("\n\nExited main loop, vol+ to reboot to rcm\nvol- to reboot normally\npower to power off");
gfx_printf("%k\n\nExited main loop, vol+ to reboot to rcm\nvol- to reboot normally\npower to power off", COLOR_GREEN);
utils_waitforpower();
}