Added e-ink display mode

This commit is contained in:
Mark Qvist 2023-10-07 16:54:38 +02:00
parent a4ecfb12b9
commit 5e8ed17bb3
3 changed files with 47 additions and 6 deletions

View file

@ -1100,7 +1100,7 @@ MDNavigationLayout:
height: dp(48)
MDLabel:
text: "Dark Mode UI"
text: "Dark Mode"
font_style: "H6"
MDSwitch:
@ -1108,6 +1108,21 @@ MDNavigationLayout:
pos_hint: {"center_y": 0.3}
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "E-Ink Mode"
font_style: "H6"
MDSwitch:
id: settings_eink_mode
pos_hint: {"center_y": 0.3}
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None