Add battery indicator

This commit is contained in:
Such Meme, Many Skill
2020-03-03 15:19:42 +01:00
parent 405cb46b77
commit d93b50205a
2 changed files with 15 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
#include "fs.h"
#define SWAPCOLOR(color) gfx_printf("%k", color)
#define SWAPBGCOLOR(color) gfx_printf("%K", color)
#define RESETCOLOR gfx_printf("%k%K", COLOR_WHITE, COLOR_DEFAULT)
int makemenu(menu_item menu[], int menuamount);