Sponsor splash

andrejusk/bday
Marek Ventur 2018-09-01 10:35:44 +01:00
parent 567219d590
commit 3c0b33282a
2 changed files with 12 additions and 5 deletions

View File

@ -8,7 +8,7 @@ newly activated or reset.
___name___ = "Homescreen (Default)"
___license___ = "MIT"
___categories___ = ["Homescreens"]
___dependencies___ = ["homescreen", "shared/logo.png"]
___dependencies___ = ["homescreen", "shared/logo.png", "shared/sponsors.png"]
___launchable___ = False
___bootstrapped___ = True
@ -16,6 +16,13 @@ import ugfx
from homescreen import *
import time
# We ❤️ our sponsors
ugfx.display_image(0, 0, "shared/sponsors.png")
wait = 5
while wait:
wait-=1
sleep_or_exit(0.5)
# Padding for name
intro_height = 30
intro_text = "Hi! I'm"

BIN
shared/sponsors.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB