mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
src: whitespace nit in boot.py
This commit is contained in:
parent
d6563a213c
commit
2cf917e58d
@ -38,11 +38,9 @@ async def lockscreen():
|
||||
ui.display.bar_radius(42, 102, 156, 36, ui.BG, ui.TITLE_GREY, 4)
|
||||
ui.display.text_center(120, 128, 'Locked', ui.BOLD, ui.TITLE_GREY, ui.BG)
|
||||
|
||||
|
||||
ui.display.text_center(130, 220, 'Tap to unlock', ui.BOLD, ui.TITLE_GREY, ui.BG)
|
||||
ui.display.icon(45, 202, res.load(ui.ICON_CLICK), ui.TITLE_GREY, ui.BG)
|
||||
|
||||
|
||||
await ui.backlight_slide(ui.BACKLIGHT_NORMAL)
|
||||
await ui.click()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user