mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 23:50:21 -04:00
Merge branch 'next' into feature/disableTouch
This commit is contained in:
commit
a9d2b2ff8a
84 changed files with 37068 additions and 35942 deletions
|
@ -74,7 +74,11 @@ void set_playdead_sequence(const uint32_t new_value);
|
|||
bool stealth_mode();
|
||||
void set_stealth_mode(const bool v);
|
||||
|
||||
uint8_t config_cpld();
|
||||
void set_config_cpld(uint8_t i);
|
||||
|
||||
bool config_splash();
|
||||
bool show_bigger_qr_code();
|
||||
bool hide_clock();
|
||||
bool clock_with_date();
|
||||
bool config_login();
|
||||
|
@ -83,6 +87,7 @@ uint32_t config_backlight_timer();
|
|||
bool disable_touchscreen();
|
||||
|
||||
void set_config_splash(bool v);
|
||||
void set_show_bigger_qr_code(bool v);
|
||||
void set_clock_hidden(bool v);
|
||||
void set_clock_with_date(bool v);
|
||||
void set_config_login(bool v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue