Merge pull request #27 from RetiredWizard/fruitjamresolut

Modify default screen dimensions for 720x400
This commit is contained in:
foamyguy 2025-08-01 12:50:29 -05:00 committed by GitHub
commit 34d3d7eb3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -89,8 +89,8 @@ def PyDOS():
if Pydos_ui:
(envVars["_scrHeight"],envVars["_scrWidth"]) = Pydos_ui.get_screensize()
else:
envVars["_scrHeight"] = 29
envVars["_scrWidth"] = 79
envVars["_scrHeight"] = 23
envVars["_scrWidth"] = 89
scrWdth = int(envVars["_scrWidth"])
wldCLen = 0

1
src/settings.toml Executable file
View file

@ -0,0 +1 @@
CIRCUITPY_PYSTACK_SIZE=4000