remove seed app initialization

This commit is contained in:
Jan Pochyla 2016-06-09 16:32:46 +02:00 committed by Pavol Rusnak
parent 6553d315e6
commit 788eb675a5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 2 additions and 4 deletions

View File

@ -6,19 +6,17 @@ from apps import playground
from apps import homescreen from apps import homescreen
from apps import management from apps import management
from apps import wallet from apps import wallet
from apps import seed
# Initialize all applications # Initialize all applications
playground.boot() playground.boot()
homescreen.boot() homescreen.boot()
management.boot() management.boot()
wallet.boot() wallet.boot()
seed.boot()
#change backlight to white for better visibility # Change backlight to white for better visibility
trezor.ui.display.backlight(255) trezor.ui.display.backlight(255)
# just a demo to show how to register USB ifaces # Just a demo to show how to register USB ifaces
msg.setup([(1, 0xF53C), (2, 0xF1D0)]) msg.setup([(1, 0xF53C), (2, 0xF1D0)])
# Load default homescreen # Load default homescreen