1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-22 05:10:56 +00:00

Setting initial brightness to ui.BACKLIGHT_NORMAL

This commit is contained in:
slush0 2016-10-08 13:02:02 +02:00
parent ac726746b9
commit 51de3a3d9c

View File

@ -14,7 +14,7 @@ management.boot()
wallet.boot()
# Change backlight to white for better visibility
ui.display.backlight(255)
ui.display.backlight(ui.BACKLIGHT_NORMAL)
# Just a demo to show how to register USB ifaces
msg.setup([(1, 0xF53C), (2, 0xF1D0)])