Add code for feature "Disable Touch"

This commit is contained in:
Žiga Deisinger 2022-01-26 21:52:08 +01:00
parent 96879d3664
commit 4a0d42ed34
5 changed files with 22 additions and 14 deletions

View file

@ -224,6 +224,12 @@ private:
20,
"Login with play dead"
};*/
Checkbox checkbox_enable_touchscreen {
{ 3 * 8, 2 * 16 },
20,
"Enable touchscreen"
};
Checkbox checkbox_speaker {
{ 3 * 8, 4 * 16 },