mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fix homescreen rotation, revert the logo
This commit is contained in:
parent
5105c17eb3
commit
e67037bc4d
@ -11,8 +11,11 @@ async def swipe_to_rotate():
|
|||||||
|
|
||||||
|
|
||||||
async def animate_logo():
|
async def animate_logo():
|
||||||
image = res.load('apps/homescreen/res/experiment1.toif')
|
image = res.load('apps/homescreen/res/trezor.toig')
|
||||||
ui.display.image(0, 0, image)
|
|
||||||
|
def render(fg):
|
||||||
|
ui.display.icon(0, 0, image, fg, ui.BLACK)
|
||||||
|
await ui.animate_pulse(render, ui.WHITE, ui.DARK_GREY, speed=400000)
|
||||||
|
|
||||||
|
|
||||||
@unimport
|
@unimport
|
||||||
|
Loading…
Reference in New Issue
Block a user