Change Keke Image Color
This commit is contained in:
parent
043241eae1
commit
189f0d4bbb
|
@ -18,7 +18,7 @@ class leds:
|
|||
def __init__(self, mcu: telemetrix_rpi_pico.TelemetrixRpiPico) -> None:
|
||||
self.mcu = mcu
|
||||
self.mcu.set_pin_mode_neopixel(LEDS_DATA_PIN, LEDS_NUM)
|
||||
self.ambient_light = [5, 5, 25] #Keke Image Color
|
||||
self.ambient_light = [2, 2, 10] #Keke Image Color
|
||||
self.__update_leds()
|
||||
|
||||
def set_headlights(self, state: bool):
|
||||
|
|
Loading…
Reference in New Issue