Loading lighting.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class ColorManager(Thread): def lights_off(self): ws2812.write2812(self.spi, [(0, 0, 0) * 4]) def get_color(self): if self.current_color.green + self.current_rand > 80: self.current_rand = -randint(1, 8) Loading Loading
lighting.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class ColorManager(Thread): def lights_off(self): ws2812.write2812(self.spi, [(0, 0, 0) * 4]) def get_color(self): if self.current_color.green + self.current_rand > 80: self.current_rand = -randint(1, 8) Loading