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 deddfcb03e52963b081697e07e0a7cd3edef20a3..9c555028ddd9b10ee4e2db291c2d0ae17c19a440 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)
                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("                             ")