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
1 changed files with 1 additions and 1 deletions

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)])