renamed volume button constants
This commit is contained in:
parent
2793ae4973
commit
7de8c5afc2
7 changed files with 15 additions and 15 deletions
|
|
@ -240,7 +240,7 @@ int main(int argc , char* argv[]) {
|
|||
GFX_blitHardwareGroup(screen, show_setting);
|
||||
|
||||
if (show_setting) {
|
||||
if (PAD_isPressed(BTN_MENU)) GFX_blitButtonGroup((char*[]){ BRIGHTNESS_BUTTON_LABEL,"BRIGHTNESS", NULL }, screen, 0);
|
||||
if (show_setting==1) GFX_blitButtonGroup((char*[]){ BRIGHTNESS_BUTTON_LABEL,"BRIGHTNESS", NULL }, screen, 0);
|
||||
else GFX_blitButtonGroup((char*[]){ "MENU","BRIGHTNESS", NULL }, screen, 0);
|
||||
}
|
||||
else GFX_blitButtonGroup((char*[]){ "SELECT",show_24hour?"12 HOUR":"24 HOUR", NULL }, screen, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue