From bb92e9d44412e5cf5a735cd15b57b85c338270a6 Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Mon, 14 Nov 2005 03:14:29 +0000 Subject: [PATCH] clear lcd - just keep the clock running --- lib/python/Screens/Standby.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(" ") -- 2.30.2