From 716faeb7499453f3ef0725959f52e1bdc1955217 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 17 Oct 2025 20:52:59 +0200 Subject: [PATCH] Desktop: bigger screen --- CHANGELOG.md | 1 + internal_filesystem/boot_unix.py | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 725e6424..cdd7c280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ===== diff --git a/internal_filesystem/boot_unix.py b/internal_filesystem/boot_unix.py index 279f1899..361249df 100644 --- a/internal_filesystem/boot_unix.py +++ b/internal_filesystem/boot_unix.py @@ -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