mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
Persistent setting for speaker icon
This commit is contained in:
parent
e4c9287af3
commit
2d765f8120
2 changed files with 9 additions and 0 deletions
|
@ -76,10 +76,12 @@ void set_stealth_mode(const bool v);
|
|||
|
||||
bool config_splash();
|
||||
bool config_login();
|
||||
bool config_speaker();
|
||||
uint32_t config_backlight_timer();
|
||||
|
||||
void set_config_splash(bool v);
|
||||
void set_config_login(bool v);
|
||||
void set_config_speaker(bool new_value);
|
||||
void set_config_backlight_timer(uint32_t i);
|
||||
|
||||
//uint8_t ui_config_textentry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue