Commit 3ed2f8ed authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Clear colors on init

parent 3a257c1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ class ColorManager(Thread):
    def __init__(self):
        super().__init__()
        self.spi.open(1, 0)
        ws2812.write2812(self.spi, [(0,0,0) * 4])

    def get_color(self):
        if self.current_color.green + self.current_rand > 80: