Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fjen Undso
nchl
Commits
e5342c45
Commit
e5342c45
authored
Jan 02, 2020
by
Fjen Undso
Browse files
fix color ordering
parent
5bd7243b
Changes
1
Hide whitespace changes
Inline
Side-by-side
nchl.py
View file @
e5342c45
...
...
@@ -187,7 +187,7 @@ class NCHL:
continue
# send values to ESPs
if
k
==
"S"
or
self
.
continous
.
active
:
color
=
[
self
.
numbers
[
i
].
value
for
i
in
range
(
0
,
4
)
]
color
=
[
self
.
numbers
[
i
].
value
for
i
in
[
1
,
0
,
2
,
3
]
]
for
e
in
self
.
checkboxes_top
+
self
.
checkboxes_bottom
:
if
e
.
active
:
self
.
strips
[
e
.
name
-
1
].
set_all
(
color
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment