Desktop: bigger screen

This commit is contained in:
Thomas Farstrike
2025-10-17 20:52:59 +02:00
parent 5f01189c29
commit 716faeb749
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge
- AppStore app: don't update UI after the user has closed the app
- Wifi app: cleanup and improve keyboard and focus handling
- Wifi app: improve different screensize handling
0.1.1
=====
+8 -3
View File
@@ -14,12 +14,17 @@ import mpos.ui
mpos.info.set_hardware_id("linux-desktop")
# Same as Waveshare ESP32-S3-Touch-LCD-2
# Same as Waveshare ESP32-S3-Touch-LCD-2 and Fri3d Camp 2026 Badge
TFT_HOR_RES=320
TFT_VER_RES=240
#TFT_HOR_RES=640
#TFT_VER_RES=480
# Fri3d Camp 2024 Badge:
TFT_HOR_RES=296
TFT_VER_RES=240
# Bigger screen
TFT_HOR_RES=640
TFT_VER_RES=480
# 4:3 DVD resolution:
#TFT_HOR_RES=720