mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Merge branch 'next' into touch_return_option
This commit is contained in:
commit
0580a528e4
31 changed files with 535 additions and 87 deletions
|
@ -79,6 +79,8 @@ void set_config_cpld(uint8_t i);
|
|||
|
||||
bool config_splash();
|
||||
bool show_gui_return_icon();
|
||||
bool load_app_settings();
|
||||
bool save_app_settings();
|
||||
bool show_bigger_qr_code();
|
||||
bool hide_clock();
|
||||
bool clock_with_date();
|
||||
|
@ -88,6 +90,8 @@ uint32_t config_backlight_timer();
|
|||
bool disable_touchscreen();
|
||||
|
||||
void set_gui_return_icon(bool v);
|
||||
void set_load_app_settings(bool v);
|
||||
void set_save_app_settings(bool v);
|
||||
void set_show_bigger_qr_code(bool v);
|
||||
void set_config_splash(bool v);
|
||||
void set_clock_hidden(bool v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue