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

Commit d5e83a6

Browse files
committed
Small bugfix
1 parent 60a3e8e commit d5e83a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

esp32/modules/installer.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ def list_categories():
152152
appglue.start_app('launcher')
153153

154154
f.close()
155-
draw_msg('Done!')
155+
draw_msg('Done!')
156+
options = ugfx.List(0,0,int(ugfx.width()/2),ugfx.height())
157+
text = ugfx.Textbox(int(ugfx.width()/2),0, int(ugfx.width()/2), ugfx.height())
158+
159+
156160

157161
ugfx.input_attach(ugfx.JOY_UP, lambda pushed: ugfx.flush() if pushed else 0)
158162
ugfx.input_attach(ugfx.JOY_DOWN, lambda pushed: ugfx.flush() if pushed else 0)
@@ -183,6 +187,4 @@ def list_categories():
183187
draw_msg('Returning to launcher :(')
184188
appglue.start_app('launcher')
185189
else:
186-
options = ugfx.List(0,0,int(ugfx.width()/2),ugfx.height())
187-
text = ugfx.Textbox(int(ugfx.width()/2),0, int(ugfx.width()/2), ugfx.height())
188190
list_categories()

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