Skip to content

Commit 23f39c4

Browse files
authored
Update code.py
1 parent 184d22a commit 23f39c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • CircuitPython_Simple_Wordclock

CircuitPython_Simple_Wordclock/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
LED13.direction = digitalio.Direction.OUTPUT
1818

1919
pixel_pin = board.D5
20-
num_pixels = 22
21-
pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=0.8)
20+
num_pixels = 21
21+
pixels = neopixel.NeoPixel(pixel_pin, num_pixels, brightness=1.0)
2222
pixels.fill((0, 0, 0))
2323
COLOR = (0, 200, 0) # Green
2424

0 commit comments

Comments
 (0)