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:
parent
86bec3b0ae
commit
f5ee6cef98
@ -53,7 +53,8 @@ async def lockscreen():
|
|||||||
await ui.click()
|
await ui.click()
|
||||||
|
|
||||||
|
|
||||||
config.init(show_pin_timeout)
|
|
||||||
ui.display.backlight(ui.BACKLIGHT_NONE)
|
ui.display.backlight(ui.BACKLIGHT_NONE)
|
||||||
|
ui.backlight_slide_sync(ui.BACKLIGHT_NORMAL)
|
||||||
|
config.init(show_pin_timeout)
|
||||||
loop.schedule(bootscreen())
|
loop.schedule(bootscreen())
|
||||||
loop.run()
|
loop.run()
|
||||||
|
Loading…
Reference in New Issue
Block a user