Commit Graph

386 Commits

Author SHA1 Message Date
Thomas Farstrike de35a9dd39 Camera app: tweak layout 2025-11-25 09:45:39 +01:00
Thomas Farstrike b0592f8e22 Webcam: only supported resolutions 2025-11-25 09:30:55 +01:00
Thomas Farstrike 01f7a1f84f Improve camera 2025-11-25 09:25:36 +01:00
Thomas Farstrike f8da36b630 camera: fix crash and other bugs 2025-11-25 09:05:56 +01:00
Thomas Farstrike 858df97372 Default to 320x240 2025-11-25 08:23:07 +01:00
Thomas Farstrike 5bf790ed61 Simplify: no scaling 2025-11-25 08:19:11 +01:00
Thomas Farstrike 31e61e7d88 Improve camera 2025-11-25 07:59:48 +01:00
Thomas Farstrike 7e4585e91e Camera: support more resolutions
It's a bit unstable, as it crashes if the settings button is clicked after startup,
but not when closing and then re-opening. Seems to work for 640x480, including QR decoding.
2025-11-24 23:35:50 +01:00
Thomas Farstrike 1ab4970dc7 Work towards changing camera resolution 2025-11-24 22:54:26 +01:00
Thomas Farstrike fa80b7ce13 Add showbattery app for testing 2025-11-24 22:12:44 +01:00
Thomas Farstrike 8b5e560384 Increment version 2025-11-23 22:57:49 +01:00
Thomas Farstrike 023a316efb MusicPlayer app: fix end of song when app is closed 2025-11-23 22:56:29 +01:00
Thomas Farstrike a4b56a3bf9 MusicPlayer app: increment version 2025-11-23 22:41:37 +01:00
Thomas Farstrike d1510a26d7 MusicPlayer app: fix crash if song finished while app closed 2025-11-23 22:40:45 +01:00
Thomas Farstrike c7bf4fe44d Increment version numbers 2025-11-23 07:58:57 +01:00
Thomas Farstrike 9b7125c55b Cleanup file_manager.py 2025-11-23 05:26:01 +01:00
Thomas Farstrike 7f2c30c618 Remove @micropython.viper fallback for macOS 2025-11-23 05:09:10 +01:00
Thomas Farstrike 3473ea10e2 Try to fix audio_player 2025-11-22 16:54:55 +01:00
Thomas Farstrike 27b6b53106 Try to fix @micropython.viper issues on macOS/darwin 2025-11-22 16:32:43 +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 547e1008b6 ShowFonts app: show selection 2025-11-21 11:32:57 +01:00
Thomas Farstrike b6869d592a Add more tests 2025-11-18 15:09:12 +01:00
Thomas Farstrike 92ca020979 Increment version numbers 2025-11-17 22:06:46 +01:00
Thomas Farstrike 168f1ec374 Apply theme changes (dark mode, color) immediately after saving
Also:

- API: change "display" to mpos.ui.main_display
- API: change mpos.ui.th to mpos.ui.task_handler
2025-11-15 16:25:10 +01:00