mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user