aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Lcd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Components/Lcd.py b/lib/python/Components/Lcd.py
index 77975f4d..c14a8f86 100644
--- a/lib/python/Components/Lcd.py
+++ b/lib/python/Components/Lcd.py
@@ -21,8 +21,7 @@ class LCD:
def setInverted(self, value):
if value:
value = 255
- eDBoxLCD.getInstance().setInverted(1 - value)
- pass
+ eDBoxLCD.getInstance().setInverted(value)
def InitLcd():
config.lcd = ConfigSubsection();