Add color order

This commit is contained in:
2025-06-04 21:02:55 +12:00
parent 42e92dafc8
commit b7920e224f
4 changed files with 31 additions and 0 deletions

View File

@@ -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":