lower brightness in pacman example
This commit is contained in:
parent
a8e057cf93
commit
78a74180d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue