We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9469c22 commit 374daa0Copy full SHA for 374daa0
1 file changed
CircuitPython_Simple_Wordclock/code.py
@@ -17,7 +17,7 @@
17
LED13.direction = digitalio.Direction.OUTPUT
18
19
pixel_pin = board.D5
20
-num_pixels = 21
+num_pixels = 22
21
pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=0.8)
22
pixels.fill((0, 0, 0))
23
COLOR = (0, 200, 0) # Green
0 commit comments