We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c92b commit 952e234Copy full SHA for 952e234
1 file changed
CircuitPython_Simple_Wordclock/code.py
@@ -23,7 +23,7 @@
23
24
pixel_pin = board.D5
25
num_pixels = 21
26
-pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=1.0,
+pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=1.0,
27
auto_write=False)
28
pixels.fill((0, 0, 0)) # Blanking Display
29
COLOR = (0, 200, 0) # Green for time later in code
0 commit comments