aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Lcd.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Components/Lcd.py b/lib/python/Components/Lcd.py
index 88619589..42f15698 100644
--- a/lib/python/Components/Lcd.py
+++ b/lib/python/Components/Lcd.py
@@ -19,6 +19,8 @@ class LCD:
pass
def setInverted(self, value):
+ if value:
+ value = 255
eDBoxLCD.getInstance().setInverted(value)
pass