apps/homescreen: change bg

This commit is contained in:
Peter Jensen 2018-02-07 15:33:22 +01:00 committed by Jan Pochyla
parent c34ee98731
commit cacbbf80eb
4 changed files with 1 additions and 1 deletions

BIN
assets/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -20,7 +20,7 @@ def display_homescreen():
image = storage.get_homescreen()
if not image:
image = res.load('apps/homescreen/res/homescreen.toif')
image = res.load('apps/homescreen/res/bg.toif')
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)
ui.display.avatar((ui.SCREEN - 144) // 2, (ui.SCREEN - 144) // 2 - 10, image, ui.WHITE, ui.BLACK)

Binary file not shown.