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