mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-11 08:00:31 -04:00
Add code for feature "Disable Touch"
This commit is contained in:
parent
ea251a87c0
commit
96879d3664
4 changed files with 12 additions and 1 deletions
|
@ -80,6 +80,7 @@ bool clock_with_date();
|
|||
bool config_login();
|
||||
bool config_speaker();
|
||||
uint32_t config_backlight_timer();
|
||||
bool touch_screen_enabled();
|
||||
|
||||
void set_config_splash(bool v);
|
||||
void set_clock_hidden(bool v);
|
||||
|
@ -87,6 +88,7 @@ void set_clock_with_date(bool v);
|
|||
void set_config_login(bool v);
|
||||
void set_config_speaker(bool v);
|
||||
void set_config_backlight_timer(uint32_t i);
|
||||
void set_touch_screen_enabled(bool v);
|
||||
|
||||
//uint8_t ui_config_textentry();
|
||||
//void set_config_textentry(uint8_t new_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue