1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-31 18:40:56 +00:00

core/ui: lower lockscreen brightness

This commit is contained in:
matejcik 2020-06-02 11:29:53 +02:00 committed by matejcik
parent 8fa7684a9c
commit 9df7c84c56

View File

@ -7,7 +7,7 @@ RADIUS = const(2)
# backlight brightness
BACKLIGHT_NORMAL = const(150)
BACKLIGHT_LOW = const(70)
BACKLIGHT_LOW = const(45)
BACKLIGHT_DIM = const(5)
BACKLIGHT_NONE = const(2)
BACKLIGHT_MAX = const(255)