clear lcd - just keep the clock running
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 03:14:29 +0000 (03:14 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Mon, 14 Nov 2005 03:14:29 +0000 (03:14 +0000)
lib/python/Screens/Standby.py

index deddfcb..9c55502 100644 (file)
@@ -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("                             ")