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:
@@ -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