mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +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():
|
async def animate_logo():
|
||||||
image = res.load('apps/homescreen/res/experiment7.toif')
|
image = res.load('apps/homescreen/res/experiment1.toif')
|
||||||
|
|
||||||
def render(fg):
|
|
||||||
ui.display.image(0, 0, image)
|
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)
|
|
||||||
|
|
||||||
|
|
||||||
@unimport
|
@unimport
|
||||||
|
Loading…
Reference in New Issue
Block a user