mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -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
|
@ -294,6 +294,7 @@ SetUIView::SetUIView(NavigationView& nav) {
|
|||
checkbox_showsplash.set_value(persistent_memory::config_splash());
|
||||
checkbox_showclock.set_value(!persistent_memory::hide_clock());
|
||||
//checkbox_login.set_value(persistent_memory::config_login());
|
||||
//Add code for touch disabled
|
||||
|
||||
uint32_t backlight_timer = persistent_memory::config_backlight_timer();
|
||||
if (backlight_timer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue