mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 12:03:14 +00:00
Enable / Disable Touchscreen #481
This commit will reverse the logic of touch screen as suggested by @ArjanOnwezen
This commit is contained in:
@@ -225,10 +225,10 @@ private:
|
||||
"Login with play dead"
|
||||
};*/
|
||||
|
||||
Checkbox checkbox_enable_touchscreen {
|
||||
Checkbox checkbox_disable_touchscreen {
|
||||
{ 3 * 8, 2 * 16 },
|
||||
20,
|
||||
"Enable touchscreen"
|
||||
"Disable touchscreen"
|
||||
};
|
||||
|
||||
Checkbox checkbox_speaker {
|
||||
|
||||
Reference in New Issue
Block a user