Update led.py
Reducingdefault brightness to 50%
This commit is contained in:
parent
15c5e4415e
commit
333913a924
@ -26,7 +26,7 @@ class LED(Extension):
|
|||||||
led_pin,
|
led_pin,
|
||||||
brightnesss=100,
|
brightnesss=100,
|
||||||
brightness_step=5,
|
brightness_step=5,
|
||||||
brightness_limit=100,
|
brightness_limit=50,
|
||||||
breathe_center=1.5,
|
breathe_center=1.5,
|
||||||
animation_mode=AnimationModes.STATIC,
|
animation_mode=AnimationModes.STATIC,
|
||||||
animation_speed=1,
|
animation_speed=1,
|
||||||
|
Loading…
Reference in New Issue
Block a user