Update led.py

Reducingdefault brightness to 50%
This commit is contained in:
nogg3r5 2022-06-28 06:31:50 +01:00 committed by Kyle Brown
parent 15c5e4415e
commit 333913a924

View File

@ -26,7 +26,7 @@ class LED(Extension):
led_pin,
brightnesss=100,
brightness_step=5,
brightness_limit=100,
brightness_limit=50,
breathe_center=1.5,
animation_mode=AnimationModes.STATIC,
animation_speed=1,