Merge pull request #27 from RetiredWizard/fruitjamresolut
Modify default screen dimensions for 720x400
This commit is contained in:
commit
34d3d7eb3a
2 changed files with 3 additions and 2 deletions
|
|
@ -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
1
src/settings.toml
Executable file
|
|
@ -0,0 +1 @@
|
|||
CIRCUITPY_PYSTACK_SIZE=4000
|
||||
Loading…
Reference in a new issue