Thomas Farstrike
ee2be8083b
unittest.sh: adapt to unified builds
2025-11-22 09:39:23 +01:00
Thomas Farstrike
4aebc7bc93
Works on waveshare-esp32-s3-touch-lcd-2
2025-11-22 09:29:24 +01:00
Thomas Farstrike
be5de1dcfe
run_desktop.sh: fix one app mode
2025-11-22 08:34:48 +01:00
Thomas Farstrike
3ea36f6bd8
Desktop boot works
2025-11-22 08:24:28 +01:00
Thomas Farstrike
3598bc3b85
Move everything out of top level
2025-11-22 08:11:15 +01:00
Thomas Farstrike
f32dd06a8b
Update lvgl_micropython
2025-11-21 18:51:21 +01:00
Thomas Farstrike
eb342d3d3c
Add custom font preparation
2025-11-21 18:48:27 +01:00
Thomas Farstrike
3328301801
Increment version number
2025-11-21 18:48:16 +01:00
Thomas Farstrike
786ef418db
Keyboard app: reduce font size from 22 to 20
2025-11-21 18:47:40 +01:00
Thomas Farstrike
16cbe8a260
Settings app: tweak font size
2025-11-21 18:46:50 +01:00
Thomas Farstrike
60e896aa9e
Showfonts: add more modes
2025-11-21 18:46:16 +01:00
Thomas Farstrike
9f98c48bd1
ImageView app: improve error handling
2025-11-21 18:45:10 +01:00
Thomas Farstrike
9abada9d75
build_mpos.sh: add macOS example
2025-11-21 18:41:11 +01:00
Thomas Farstrike
e6f37d65cb
Fix tests/test_graphical_launch_all_apps.py
...
It didn't detect failing apps.
2025-11-21 18:32:21 +01:00
Thomas Farstrike
547e1008b6
ShowFonts app: show selection
2025-11-21 11:32:57 +01:00
Thomas Farstrike
5dcae39a5e
Improve MposKeyboard
...
- MposKeyboard: increase font size from 16 to 22
- MposKeyboard: use checkbox instead of newline symbol for "OK, Ready"
- MposKeyboard: bigger space bar
2025-11-21 11:15:37 +01:00
Thomas Farstrike
fd1064d552
Cleanups
2025-11-21 09:12:45 +01:00
Thomas Farstrike
d5ceb185af
Add mklittlefs.sh script
2025-11-20 22:23:30 +01:00
Thomas Farstrike
bf16ba5774
Add freezeFS
2025-11-20 22:22:55 +01:00
Thomas Farstrike
7a13f63cef
Fix flash_over_usb.sh
2025-11-20 22:19:39 +01:00
Thomas Farstrike
ca99bcaccc
UI: improve swipes
...
- UI: only show back and down gesture icons on swipe, not on tap
- UI: double size of back and down swipe gesture starting areas for easier gestures
2025-11-20 16:36:14 +01:00
Thomas Farstrike
d368db1611
Merge pull request #11 from QuasiKili/patch-4
...
fixed bug where clicking in swipe areas was ignored
2025-11-19 14:53:07 +01:00
Kili
588a17fa62
fixed bug where clicking in swipe areas was ignored
...
Added a short movement detection for back_swipe and top_swipe because otherwise clicks in these areas where ignored. Since I (Quasi Kili) couldn't type the Q on the new mpos_keyboard on an esp32 touchscreen this was an urgent issue. You can test the before and after by clicking on the leftmost part of the q key in the wifi app or the upper bar in the connect 4 app.
Sending pressed AND clicked AND released events to the object below might not be the cleanest solution, but the simplest and most universal.
2025-11-19 12:34:16 +01:00
Thomas Farstrike
a292b5a3d0
Fix Q button bug
2025-11-18 15:46:38 +01:00
Thomas Farstrike
7e9e235721
Add q button test
2025-11-18 15:40:01 +01:00