changed homescreen bg

pull/25/head
chren 8 years ago committed by Pavol Rusnak
parent 3f4365eda6
commit fe4e024088
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save