From: Andreas Monzner Date: Mon, 18 Feb 2008 10:36:19 +0000 (+0000) Subject: no bsod on enter/leave standby when no lcd is available X-Git-Tag: 2.6.0~1520 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d0cdfb806e7c602e610f1b529640ad9508a83d7e no bsod on enter/leave standby when no lcd is available --- 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