diff options
Diffstat (limited to 'ledctl.py')
| -rw-r--r-- | ledctl.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ def rgbval(colorname): 'yellow': (255, 255, 0), 'cyan': (0, 255, 255), 'pink': (255, 0, 255), + 'boot': (63, 15, 0), + 'ready': (0, 15, 0), } return switch.get(colorname, (255, 255, 255)) |
