Loading lighting.py +1 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
lighting.py +1 −0 Original line number Diff line number Diff line Loading @@ -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: Loading