firmware: fix last commit

This commit is contained in:
Pavol Rusnak 2017-10-25 20:04:19 +02:00
parent e4003700cd
commit 383b5d7c89
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -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():