vendor neutral mockup

This commit is contained in:
chren 2016-10-05 20:27:35 +02:00
parent 7a6f6b9d59
commit 73d0bba0f0
2 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ from trezor import ui, res
ui.display.clear()
ui.display.backlight(255)
image = res.load('./res/monero_logo.toif')
image = res.load('./res/sl_logo.toif')
ui.display.image(60, 32, image)
ui.display.text_center(120, 192, "MONERO", ui.BOLD, ui.WHITE, ui.BLACK)
ui.display.text_center(120, 192, "SatoshiLabs", ui.BOLD, ui.WHITE, ui.BLACK)
ui.display.text_center(120, 215, "v0.1.1", 1, ui.GREY, ui.BLACK)
while True: