mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-25 17:09:44 +00:00
changed homescreen bg
This commit is contained in:
parent
3f4365eda6
commit
fe4e024088
@ -11,12 +11,8 @@ async def swipe_to_rotate():
|
||||
|
||||
|
||||
async def animate_logo():
|
||||
image = res.load('apps/homescreen/res/experiment7.toif')
|
||||
|
||||
def render(fg):
|
||||
ui.display.image(0, 0, image)
|
||||
ui.display.text(52, 220, 'Swipe to rotate', ui.NORMAL, fg, ui.BLACK)
|
||||
await ui.animate_pulse(render, ui.GREY, ui.DARK_GREY, speed=400000)
|
||||
image = res.load('apps/homescreen/res/experiment1.toif')
|
||||
ui.display.image(0, 0, image)
|
||||
|
||||
|
||||
@unimport
|
||||
|
Loading…
Reference in New Issue
Block a user