Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 31858f8

Browse files
committed
Use faster appglue
1 parent 7259b7e commit 31858f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/modules/splash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def draw_home(do_BPP):
8282
# START LAUNCHER
8383
def press_start(pushed):
8484
if pushed:
85-
appglue.start_app("launcher")
85+
appglue.start_app("launcher", False)
8686

8787
def start_ota(pushed):
8888
if pushed:
@@ -98,7 +98,7 @@ def press_a(pushed):
9898
loopCnt = badge.nvs_get_u8('splash', 'timer.amount', 25)
9999
magic += 1
100100
if magic > 9:
101-
appglue.start_app('magic')
101+
appglue.start_app('magic', False)
102102
else:
103103
print("[SPLASH] Magic in "+str(10-magic)+"...")
104104

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy