Skip to content

Commit 78a7418

Browse files
committed
lower brightness in pacman example
1 parent a8e057c commit 78a7418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/led_animation_pacman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
pixels = neopixel.NeoPixel(
2020
pixel_pin,
2121
num_pixels,
22-
brightness=1.0,
22+
brightness=0.5,
2323
auto_write=False,
2424
pixel_order=ORDER,
2525
)

0 commit comments

Comments
 (0)