X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d4db62a3c940f3d9dabc97a55dd028b7f869047f..6c0cfe38f170eb90a48ad144b97c8ef09d53f165:/lib/python/Components/Lcd.py 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