From 9f4e2018ae2a9d42f0c54fd18be3b47b32f6b096 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 8 Oct 2025 16:21:30 +0200 Subject: [PATCH] Unix: smaller display --- internal_filesystem/boot_unix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal_filesystem/boot_unix.py b/internal_filesystem/boot_unix.py index fdf6eceb..fb9e0333 100644 --- a/internal_filesystem/boot_unix.py +++ b/internal_filesystem/boot_unix.py @@ -16,8 +16,8 @@ import mpos.clipboard TFT_HOR_RES=320 TFT_VER_RES=240 -#TFT_HOR_RES=640 -#TFT_VER_RES=480 +TFT_HOR_RES=640 +TFT_VER_RES=480 # 4:3 DVD resolution: #TFT_HOR_RES=720