diff --git a/holland/brenno.png b/holland/brenno.png new file mode 100644 index 0000000..406002a Binary files /dev/null and b/holland/brenno.png differ diff --git a/holland/main.py b/holland/main.py index 96ecf57..dedb8d0 100644 --- a/holland/main.py +++ b/holland/main.py @@ -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