Splashscreen

sammachin-gprs
Renze Nicolai 2018-09-02 18:13:15 +02:00
parent 1948c74759
commit 700ac52b99
3 changed files with 7 additions and 2 deletions

View File

@ -33,9 +33,12 @@ def show_vip(inv):
def show_flag():
ugfx.display_image(0, 0, "holland/nederland.png")
def show_boot():
ugfx.display_image(0, 0, "holland/start.png")
ugfx_helper.init()
ugfx.clear()
show_flag()
show_boot()
import sim800
import time
@ -134,7 +137,9 @@ def cbButton6(button_id):
n.display([0x000000, 0x000000])
def cbButton7(button_id):
pass
global vip
vip = False
show_boot()
def cbButton8(button_id):
global strobe

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 117 KiB

BIN
holland/start.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB