diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Lcd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Components/Lcd.py b/lib/python/Components/Lcd.py index e722250d..57097692 100644 --- a/lib/python/Components/Lcd.py +++ b/lib/python/Components/Lcd.py @@ -60,3 +60,6 @@ def InitLcd(): config.lcd.invert = ConfigYesNo(default=False) config.lcd.invert.addNotifier(setLCDinverted); + else: + config.lcd.bright.apply = lambda : pass + config.lcd.standby.apply = lambda : pass |
