diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Standby.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py index deddfcb0..9c555028 100644 --- a/lib/python/Screens/Standby.py +++ b/lib/python/Screens/Standby.py @@ -47,4 +47,5 @@ class Standby(Screen): eAVSwitch.getInstance().setInput(1) #set lcd brightness to standby value eDBoxLCD.getInstance().setLCDBrightness(config.lcd.standby.value * 20) -
\ No newline at end of file + #clear lcd (servicename) + setLCD(" ") |
