X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/32ffb34a91efdb0a89f36dd0172fe61eddbb41cf..c5929af42002961fc35d6917ce6e2dcc422a013c:/lib/python/Screens/Standby.py 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(" ")