From: Felix Domke Date: Mon, 29 Jun 2009 22:16:19 +0000 (+0200) Subject: make dm8000 blink pattern a bit nicer X-Git-Tag: 2.6.0~226^2~1 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e6ca11b5b7c734505f84206b196701828136f81a make dm8000 blink pattern a bit nicer --- 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)