mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
firmware: fix last commit
This commit is contained in:
parent
e4003700cd
commit
383b5d7c89
@ -20,6 +20,7 @@ def display_homescreen():
|
||||
from apps.common import storage
|
||||
|
||||
image = res.load('apps/homescreen/res/trezor_lock.toig')
|
||||
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)
|
||||
ui.display.icon((ui.SCREEN - 124) // 2, (ui.SCREEN - 40 - 180) // 2, image, ui.FG, ui.BG)
|
||||
|
||||
if not storage.is_initialized():
|
||||
|
Loading…
Reference in New Issue
Block a user