Skip to content

Commit 12377fc

Browse files
committed
Remove double loading screen...
1 parent 542b659 commit 12377fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

esp32/modules/launcher.py

-6
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ def run_it(pushed):
5353
if (pushed):
5454
selected = options.selected_text()
5555
options.destroy()
56-
57-
ugfx.clear(ugfx.BLACK)
58-
ugfx.string_box(0, 25, 296, 25,"Running:","Roboto_BlackItalic24",ugfx.WHITE, ugfx.justifyCenter)
59-
ugfx.string_box(0, 51, 296, 23, selected, "PermanentMarker22", ugfx.WHITE, ugfx.justifyCenter)
60-
ugfx.flush()
61-
badge.eink_busy_wait()
6256
appglue.start_app(selected)
6357

6458
def expandhome(s):

0 commit comments

Comments
 (0)