mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
vendor neutral mockup
This commit is contained in:
parent
7a6f6b9d59
commit
73d0bba0f0
@ -7,10 +7,10 @@ from trezor import ui, res
|
|||||||
ui.display.clear()
|
ui.display.clear()
|
||||||
ui.display.backlight(255)
|
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.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)
|
ui.display.text_center(120, 215, "v0.1.1", 1, ui.GREY, ui.BLACK)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user