implemented low battery warning

thanks to eggs owl overlay examples and BlackSeraph's uImage mods
This commit is contained in:
Shaun Inman 2023-02-26 00:23:35 -05:00
parent bec0e5182c
commit c2c8f2d067
6 changed files with 256 additions and 42 deletions

View file

@ -25,6 +25,7 @@ int main(int argc , char* argv[]) {
POW_setCPUSpeed(CPU_SPEED_MENU);
SDL_Surface* screen = GFX_init(MODE_MAIN);
POW_init();
InitSettings();
// TODO: make use of SCALE1()
@ -304,6 +305,7 @@ int main(int argc , char* argv[]) {
SDL_FreeSurface(digits);
QuitSettings();
POW_quit();
GFX_quit();