update help menu
This commit is contained in:
parent
20e94457cc
commit
c54c3a3a23
@ -35,7 +35,10 @@ def helpmenu():
|
||||
print("Options:")
|
||||
print("-h show help")
|
||||
print("-s <hex-color> set static color")
|
||||
print("-v visualizer")
|
||||
print("-v <hex-color> visualizer")
|
||||
print("-i interactive interface")
|
||||
print("-a ambient light")
|
||||
print("-t test function (debug)")
|
||||
|
||||
def base_color(r,g,b):
|
||||
min_value = min([r,g,b])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user