diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Lcd.py | 3 |
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(); |
