Move logo

sammachin-gprs
Peter Roberts 2018-09-01 23:47:52 +01:00
parent a305dda8f1
commit a2438ead82
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ newly activated or reset.
___name___ = "Homescreen (Default)" ___name___ = "Homescreen (Default)"
___license___ = "MIT" ___license___ = "MIT"
___categories___ = ["Homescreens"] ___categories___ = ["Homescreens"]
___dependencies___ = ["homescreen", "shared/emf_ham.png", "shared/sponsors.png"] ___dependencies___ = ["homescreen", "shared/sponsors.png"]
___launchable___ = False ___launchable___ = False
___bootstrapped___ = True ___bootstrapped___ = True
@ -28,12 +28,11 @@ while time.ticks_ms() < wait_until:
# Padding for name # Padding for name
intro_height = 30 intro_height = 30
intro_text = "Hi! I'm"
name_height = 60 name_height = 60
status_height = 20 status_height = 20
callsign_height = 50 callsign_height = 50
info_height = 30 info_height = 30
logo_path = "shared/emf_ham.png" logo_path = "home_ham/emf_ham.png"
logo_width = 200 logo_width = 200
# Maximum length of name before downscaling # Maximum length of name before downscaling