Change Keke Image Color

This commit is contained in:
Siwat Sirichai 2022-11-10 22:33:12 +07:00
parent 043241eae1
commit 189f0d4bbb
1 changed files with 1 additions and 1 deletions

View File

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