implemented low battery warning
thanks to eggs owl overlay examples and BlackSeraph's uImage mods
This commit is contained in:
parent
bec0e5182c
commit
c2c8f2d067
6 changed files with 256 additions and 42 deletions
|
|
@ -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();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue