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