mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-09 03:36:07 +00:00
Setting initial brightness to ui.BACKLIGHT_NORMAL
This commit is contained in:
parent
ac726746b9
commit
51de3a3d9c
@ -14,7 +14,7 @@ management.boot()
|
|||||||
wallet.boot()
|
wallet.boot()
|
||||||
|
|
||||||
# Change backlight to white for better visibility
|
# 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
|
# Just a demo to show how to register USB ifaces
|
||||||
msg.setup([(1, 0xF53C), (2, 0xF1D0)])
|
msg.setup([(1, 0xF53C), (2, 0xF1D0)])
|
||||||
|
Loading…
Reference in New Issue
Block a user