lcd: fix inverted mode
authorFelix Domke <tmbinc@elitedvb.net>
Sat, 19 Nov 2005 02:16:34 +0000 (02:16 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sat, 19 Nov 2005 02:16:34 +0000 (02:16 +0000)
lib/python/Components/Lcd.py

index 88619589f8849b2cef16b07ac142f79e25008cab..42f15698123ec71318c67dc3d2024b1360ebf315 100644 (file)
@@ -19,6 +19,8 @@ class LCD:
                pass
 
        def setInverted(self, value):
+               if value:
+                       value = 255
                eDBoxLCD.getInstance().setInverted(value)
                pass