mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-10-17 13:00:47 -04:00
Enable / Disable Touchscreen #481
This commit will reverse the logic of touch screen as suggested by @ArjanOnwezen
This commit is contained in:
parent
4a0d42ed34
commit
cebbc12084
5 changed files with 10 additions and 10 deletions
|
@ -80,7 +80,7 @@ bool clock_with_date();
|
|||
bool config_login();
|
||||
bool config_speaker();
|
||||
uint32_t config_backlight_timer();
|
||||
bool enable_touchscreen();
|
||||
bool disable_touchscreen();
|
||||
|
||||
void set_config_splash(bool v);
|
||||
void set_clock_hidden(bool v);
|
||||
|
@ -88,7 +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_enable_touchscreen(bool v);
|
||||
void set_disable_touchscreen(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