Remove color1 and color2, use colors array instead
This commit is contained in:
2
tool.py
2
tool.py
@@ -67,8 +67,6 @@ class LEDConfigTool:
|
||||
("color_order", "Color Order", "choice", ["rgb", "rbg", "grb", "gbr", "brg", "bgr"]),
|
||||
("name", "Device Name", "text"),
|
||||
("pattern", "Pattern", "text"),
|
||||
("color1", "Color 1", "color"),
|
||||
("color2", "Color 2", "color"),
|
||||
("delay", "Delay (ms)", "number"),
|
||||
("brightness", "Brightness", "number"),
|
||||
("n1", "N1", "number"),
|
||||
|
||||
Reference in New Issue
Block a user