apps/homescreen: wait longer

TODO: rework homescreen processes
This commit is contained in:
Jan Pochyla 2017-10-09 16:38:04 +02:00
parent 80a8757740
commit 01ba81f041
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ async def dim_screen():
await loop.sleep(5 * 1000000) await loop.sleep(5 * 1000000)
await ui.backlight_slide(ui.BACKLIGHT_DIM) await ui.backlight_slide(ui.BACKLIGHT_DIM)
while True: while True:
await loop.sleep(1000000) await loop.sleep(10000000)
def display_homescreen(): def display_homescreen():