sammachin-gprs
Renze Nicolai 2018-09-02 18:47:43 +02:00
parent 069b6a33fc
commit 2f615673fc
2 changed files with 11 additions and 0 deletions

BIN
holland/brenno.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View File

@ -150,6 +150,11 @@ def cbButton8(button_id):
def cbButton9(button_id):
global strobe
strobe = False
def cbButtonHash(button_id):
global vip
vip = False
ugfx.display_image(0, 0, "holland/brenno.png")
Buttons.enable_interrupt(
Buttons.BTN_Call,
@ -223,6 +228,12 @@ Buttons.enable_interrupt(
on_press=True,
on_release=False);
Buttons.enable_interrupt(
Buttons.BTN_Hash,
cbButtonHash,
on_press=True,
on_release=False);
vip = True
aaa = False