X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d4db62a3c940f3d9dabc97a55dd028b7f869047f..d2ceae9583bc62daa872c316f8952b9a6a416a69:/lib/python/Components/Lcd.py?ds=sidebyside 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