1
0
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:
chren 2016-09-27 16:16:28 +02:00 committed by Pavol Rusnak
parent 3f4365eda6
commit fe4e024088
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -11,12 +11,8 @@ async def swipe_to_rotate():
async def animate_logo():
image = res.load('apps/homescreen/res/experiment7.toif')
def render(fg):
image = res.load('apps/homescreen/res/experiment1.toif')
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