[presto] fix resolution (480x480, hi-res)

This commit is contained in:
Claudio Ortolina
2026-05-15 08:00:15 +01:00
parent 2d451d2807
commit f6c0e9f045
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from presto import Presto
# HARDWARE
# ============================================================================
presto = Presto()
presto = Presto(full_res=True)
display = presto.display
touch = presto.touch
WIDTH, HEIGHT = display.get_bounds()