git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing file
[enigma2.git]
/
lib
/
python
/
Screens
/
SessionGlobals.py
diff --git
a/lib/python/Screens/SessionGlobals.py
b/lib/python/Screens/SessionGlobals.py
index 18d71d3912e7ba059515cdb78940b7458c59063d..6a9379bc63c70bd04ef016e026f7c9c8e8c9c19f 100644
(file)
--- 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, 0x
84fc8c04
)
+ PATTERN_BLINK = (20, 0x55555555, 0x
a7fccf7a
)
nr_leds = SystemInfo.get("NumFrontpanelLEDs", 0)