lower brightness in pacman example

This commit is contained in:
foamyguy 2025-04-24 15:50:08 -05:00
parent a8e057cf93
commit 78a74180d0

View file

@ -19,7 +19,7 @@ ORDER = neopixel.GRB
pixels = neopixel.NeoPixel(
pixel_pin,
num_pixels,
brightness=1.0,
brightness=0.5,
auto_write=False,
pixel_order=ORDER,
)