Add color order
This commit is contained in:
@@ -76,6 +76,7 @@ class Settings(dict):
|
||||
elif key == "color_order":
|
||||
if value == "rbg": self.color_order = (1, 5, 3)
|
||||
else: self.color_order = (1, 3, 5)
|
||||
pass
|
||||
elif key == "id":
|
||||
pass
|
||||
elif key == "led_pin":
|
||||
|
||||
Reference in New Issue
Block a user