mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
remove seed app initialization
This commit is contained in:
parent
6553d315e6
commit
788eb675a5
@ -6,19 +6,17 @@ from apps import playground
|
||||
from apps import homescreen
|
||||
from apps import management
|
||||
from apps import wallet
|
||||
from apps import seed
|
||||
|
||||
# Initialize all applications
|
||||
playground.boot()
|
||||
homescreen.boot()
|
||||
management.boot()
|
||||
wallet.boot()
|
||||
seed.boot()
|
||||
|
||||
#change backlight to white for better visibility
|
||||
# Change backlight to white for better visibility
|
||||
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)])
|
||||
|
||||
# Load default homescreen
|
||||
|
Loading…
Reference in New Issue
Block a user