We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e057c commit 78a7418Copy full SHA for 78a7418
examples/led_animation_pacman.py
@@ -19,7 +19,7 @@
19
pixels = neopixel.NeoPixel(
20
pixel_pin,
21
num_pixels,
22
- brightness=1.0,
+ brightness=0.5,
23
auto_write=False,
24
pixel_order=ORDER,
25
)
0 commit comments