Skip to content

Commit 5bd0bb7

Browse files
committed
change rgbw value of strip
1 parent e8d4a66 commit 5bd0bb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyPortal_Wakeup_Light/wake_up_light.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
pixel_order=ORDER)
3939
strip.fill(0)
4040
# color of strip
41-
WHITE = (255, 255, 255, 255)
41+
WHITE = (0, 0, 0, 255)
4242
# number of minutes it takes for strip to fade from min to max
4343
light_minutes = 30
4444

@@ -195,4 +195,4 @@ def displayTime():
195195
continue
196196
strip.brightness = MIN_BRIGHTNESS
197197
# update every 15 seconds
198-
time.sleep(15)
198+
time.sleep(15)

0 commit comments

Comments
 (0)