From: Ronny Strutz Date: Mon, 14 Nov 2005 03:14:29 +0000 (+0000) Subject: clear lcd - just keep the clock running X-Git-Tag: 2.6.0~5237 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/bb92e9d44412e5cf5a735cd15b57b85c338270a6?ds=sidebyside clear lcd - just keep the clock running --- 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(" ")