File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 33- Fix KeyPad focus handling for devices without touch screen like the Fri3d Camp 2024 Badge
44- AppStore app: don't update UI after the user has closed the app
55- Wifi app: cleanup and improve keyboard and focus handling
6+ - Wifi app: improve different screensize handling
67
780.1.1
89=====
Original file line number Diff line number Diff line change 1414
1515mpos .info .set_hardware_id ("linux-desktop" )
1616
17- # Same as Waveshare ESP32-S3-Touch-LCD-2
17+ # Same as Waveshare ESP32-S3-Touch-LCD-2 and Fri3d Camp 2026 Badge
1818TFT_HOR_RES = 320
1919TFT_VER_RES = 240
2020
21- #TFT_HOR_RES=640
22- #TFT_VER_RES=480
21+ # Fri3d Camp 2024 Badge:
22+ TFT_HOR_RES = 296
23+ TFT_VER_RES = 240
24+
25+ # Bigger screen
26+ TFT_HOR_RES = 640
27+ TFT_VER_RES = 480
2328
2429# 4:3 DVD resolution:
2530#TFT_HOR_RES=720
You can’t perform that action at this time.
0 commit comments