1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

boot: fade into the "verifying PIN" dialog

This commit is contained in:
Jan Pochyla 2019-02-21 14:06:20 +01:00
parent 86bec3b0ae
commit f5ee6cef98

View File

@ -53,7 +53,8 @@ async def lockscreen():
await ui.click()
config.init(show_pin_timeout)
ui.display.backlight(ui.BACKLIGHT_NONE)
ui.backlight_slide_sync(ui.BACKLIGHT_NORMAL)
config.init(show_pin_timeout)
loop.schedule(bootscreen())
loop.run()