Add charging icon

This commit is contained in:
suchmememanyskill
2021-01-08 19:32:06 +01:00
parent 99c2abeaf3
commit 981e5435ea
4 changed files with 22 additions and 10 deletions

View File

@@ -15,4 +15,5 @@
void gfx_clearscreen();
int MakeHorizontalMenu(MenuEntry_t *entries, int len, int spacesBetween, u32 bg, int startPos);
int MakeYesNoHorzMenu(int spacesBetween, u32 bg);
int MakeYesNoHorzMenu(int spacesBetween, u32 bg);
void gfx_printTopInfo();