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
62a60fd2
Commit
62a60fd2
authored
Jan 30, 2018
by
Fjen Undso
Browse files
nchl: fix white color
parent
ed1fe9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
nchl.py
View file @
62a60fd2
...
...
@@ -128,7 +128,7 @@ def main(stdscr):
# all white
if
k
==
'w'
:
colors
=
lights
.
make_stripe_data
([
255
,
0
,
100
,
255
]
*
42
)
colors
=
lights
.
make_stripe_data
([
0
,
255
,
100
,
255
]
*
42
)
lights
.
send
(
colors
)
continue
...
...
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