You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Desktop: bigger screen
This commit is contained in:
@@ -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
|
||||
=====
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user