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

Commit c2ffdf4

Browse files
author
Niek Blankers
committed
Small cartesian issue, confused X with Y
1 parent c3073e6 commit c2ffdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/modules/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ def install_app(active):
156156

157157
ugfx.clear(ugfx.BLACK)
158158
ugfx.string(40,25,"Installing:","Roboto_BlackItalic24",ugfx.WHITE)
159-
ugfx.string(75,75, packages[index]["name"],"PermanentMarker22",ugfx.WHITE)
159+
ugfx.string(100,55, packages[index]["name"],"PermanentMarker22",ugfx.WHITE)
160160
ugfx.flush()
161161

162162
import woezel
163163
woezel.install(packages[index]["slug"])
164164

165165
ugfx.clear(ugfx.WHITE)
166166
ugfx.string(40,25,"Installed:","Roboto_BlackItalic24",ugfx.BLACK)
167-
ugfx.string(75,75, packages[index]["name"],"PermanentMarker22",ugfx.BLACK)
167+
ugfx.string(100,55, packages[index]["name"],"PermanentMarker22",ugfx.BLACK)
168168
text = ugfx.Textbox(0,100, ugfx.width(), ugfx.height()-100)
169169
text.text("Press A to start %s, or B to return to the installer" % packages[index]["name"])
170170

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