parent
ede643d39d
commit
79477c59e8
2
code.py
2
code.py
|
@ -18,7 +18,7 @@ button_state = None # Initialize button state to None
|
||||||
|
|
||||||
lamp_state = True # Initialize lamp state to True (on)
|
lamp_state = True # Initialize lamp state to True (on)
|
||||||
|
|
||||||
cold_white = (150, 200, 255)
|
cold_white = (200, 255, 200)
|
||||||
white = (255, 255, 255)
|
white = (255, 255, 255)
|
||||||
warm_white = (255, 20, 100)
|
warm_white = (255, 20, 100)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue