aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-14 03:14:29 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-14 03:14:29 +0000
commitbb92e9d44412e5cf5a735cd15b57b85c338270a6 (patch)
tree9c8bd81b5cff0fae1dcf117a397fad5dfbda8cd5 /lib/python
parent32ffb34a91efdb0a89f36dd0172fe61eddbb41cf (diff)
downloadenigma2-bb92e9d44412e5cf5a735cd15b57b85c338270a6.tar.gz
enigma2-bb92e9d44412e5cf5a735cd15b57b85c338270a6.zip
clear lcd - just keep the clock running
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Standby.py3
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(" ")