diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-18 10:36:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-18 10:36:19 +0000 |
| commit | d0cdfb806e7c602e610f1b529640ad9508a83d7e (patch) | |
| tree | 6bddc5e1806fc6c1f1b91883325142f36bd73228 /lib/python/Components/Lcd.py | |
| parent | 3d90ab1f54d07c4a25811b3819befacefd0a774d (diff) | |
| download | enigma2-d0cdfb806e7c602e610f1b529640ad9508a83d7e.tar.gz enigma2-d0cdfb806e7c602e610f1b529640ad9508a83d7e.zip | |
no bsod on enter/leave standby when no lcd is available
Diffstat (limited to 'lib/python/Components/Lcd.py')
| -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 |
