summaryrefslogtreecommitdiff
path: root/ledctl.py
diff options
context:
space:
mode:
Diffstat (limited to 'ledctl.py')
-rw-r--r--ledctl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ledctl.py b/ledctl.py
index 2c226e0..e27d582 100644
--- a/ledctl.py
+++ b/ledctl.py
@@ -59,6 +59,8 @@ def rgbval(colorname):
'green': (0, 255, 0),
'blue': (0, 0, 255),
'yellow': (255, 255, 0),
+ 'cyan': (0, 255, 255),
+ 'pink': (255, 0, 255),
}
return switch.get(colorname, 'Valid colors are black, white, ired, green, blue, yellow, on, off')