aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-30 00:16:19 +0200
committerFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-30 00:16:19 +0200
commite6ca11b5b7c734505f84206b196701828136f81a (patch)
treeed1c162dee45f1dae8e5e852c4acf89a565afac1 /lib/python/Screens
parent7af17e298fb338d477f2d93ab230e395c656ea9f (diff)
downloadenigma2-e6ca11b5b7c734505f84206b196701828136f81a.tar.gz
enigma2-e6ca11b5b7c734505f84206b196701828136f81a.zip
make dm8000 blink pattern a bit nicer
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/SessionGlobals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/SessionGlobals.py b/lib/python/Screens/SessionGlobals.py
index 18d71d39..6a9379bc 100644
--- a/lib/python/Screens/SessionGlobals.py
+++ b/lib/python/Screens/SessionGlobals.py
@@ -38,7 +38,7 @@ class SessionGlobals(Screen):
PATTERN_ON = (20, 0xffffffff, 0xffffffff)
PATTERN_OFF = (20, 0, 0)
- PATTERN_BLINK = (20, 0x55555555, 0x84fc8c04)
+ PATTERN_BLINK = (20, 0x55555555, 0xa7fccf7a)
nr_leds = SystemInfo.get("NumFrontpanelLEDs", 0)