Skip to content

Commit

Permalink
Remove double loading screen...
Browse files Browse the repository at this point in the history
  • Loading branch information
Roosted7 committed Jul 26, 2017
1 parent 542b659 commit 12377fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions esp32/modules/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ def run_it(pushed):
if (pushed):
selected = options.selected_text()
options.destroy()

ugfx.clear(ugfx.BLACK)
ugfx.string_box(0, 25, 296, 25,"Running:","Roboto_BlackItalic24",ugfx.WHITE, ugfx.justifyCenter)
ugfx.string_box(0, 51, 296, 23, selected, "PermanentMarker22", ugfx.WHITE, ugfx.justifyCenter)
ugfx.flush()
badge.eink_busy_wait()
appglue.start_app(selected)

def expandhome(s):
Expand Down

0 comments on commit 12377fc

Please sign in to comment.