Commit Graph

2030 Commits

Author SHA1 Message Date
Pavel Machek 4a9493ae7e imu: cleanup stale comments, revert unneccessary changes 2026-02-16 20:54:21 +01:00
Pavel Machek d6d3669309 imu: Allow access to iio on Linux
Linux phones have IMU units. Allow applications to use them same
way they would access IMU on esp32 based devices. Lightly tested
on PinePhone.

Same applications useful on esp32 (compass, step counter) are likely
to be useful on Linux phones, too.
2026-02-16 20:44:10 +01:00
Thomas Farstrike 4ab4e31de1 Fix board detect 2026-02-15 14:37:24 +01:00
Thomas Farstrike c8ffb9d752 Exclude cz.ucw.pavel.calendar from bundling 2026-02-14 21:22:23 +01:00
Thomas Farstrike ac46bdce3d Tweak manifest 2026-02-14 21:20:06 +01:00
Pavel Machek 9db8287328 Add simple calendar application (#38)
* cal: initial version

* cal: hacks to get more functionality working

* cal: Disable file output for now

* cal: Got button mapping to work

* cal: tweak power and size

* cal: Tweak layouts

* cal: got events to display

* cal: single day addition now works

* cal: got file i/o to work

* cal: Layout tweaks

* cal: Tweak add dialog

* calendar/columns: start separate apps for them

* calendar: open keyboard

* calendar: make keyboard fit on small screen

* calendar: better metadata for calendar

* calendar: more metadata tweaks

* calendar: revert hello tweaks

* calendar: revert columns changes.

* calendar: remove manifest from columns

* calendar: attempt to fix MANIFEST
2026-02-14 21:14:58 +01:00
Thomas Farstrike 60fcf64a68 Merge pull request #37 from jedie/clear-battery-cache
Clear battery cache in ShowBattery app
2026-02-14 20:27:41 +01:00
JensDiemer ac89237647 Enhance ShowBattery and fixes for Odroid-GO battery
Add a "Real-time values" checkbox to ShowBattery app. If checked, then the cache will be clear on
every cycle.

Bugfix: Use `mpos.time.localtime()` to get the "correct" local time with timezone offset.

Changes for Odroid-GO:

The seen "2400" values are at startup the Odroid-GO... After a while the values are somewhere
between 270 and 310... The full range is unknown, yet. But with the new calculation it looks more
realistic, then before ;)
2026-02-14 17:20:02 +01:00
Thomas Farstrike 86b08b7378 Fix frozen files 2026-02-13 23:17:53 +01:00
Thomas Farstrike 74b1a427ce Move odroid go detection towards the bottom 2026-02-13 22:47:52 +01:00
Thomas Farstrike d2d5d64b6f Fix ili9341 2026-02-13 21:59:24 +01:00
Thomas Farstrike 821073b5be Fix st7789 2026-02-13 21:54:59 +01:00
Thomas Farstrike 2dfcd1ed84 Fix st7789 2026-02-13 21:44:06 +01:00
Thomas Farstrike 72faccc1b4 Fix board 2026-02-13 21:13:43 +01:00
Thomas Farstrike 6a4cbcc452 Add test 2026-02-13 20:33:58 +01:00
Thomas Farstrike 5f448f420b Fix tests 2026-02-13 20:33:19 +01:00
Thomas Farstrike c0943da192 Merge branch 'ancebfer-m5stack-fire' 2026-02-13 20:04:52 +01:00
Thomas Farstrike 2ef3b1c559 Merge branch 'm5stack-fire' of https://github.com/ancebfer/MicroPythonOS into ancebfer-m5stack-fire 2026-02-13 20:02:16 +01:00
Thomas Farstrike 7d83209730 Output both esp32 and esp32s3 builds 2026-02-13 19:22:32 +01:00
Thomas Farstrike 1f72b5adf2 Linux builds: add esp32s3 2026-02-13 19:11:51 +01:00
Thomas Farstrike 180fd0e667 Fix unit tests 2026-02-13 19:10:06 +01:00
Thomas Farstrike 920e51d7e1 Fix build 2026-02-13 17:34:18 +01:00
Thomas Farstrike 749bb78d7c Don't compile adc_mic.c for now 2026-02-13 15:30:24 +01:00
Thomas Farstrike 82b116969f [UNTESTED] rework odroid into generic esp32 target 2026-02-13 15:29:25 +01:00
Thomas Farstrike 8143dd71d7 Merge pull request #35 from jedie/odroid_go
Support ODROID-GO
2026-02-13 13:41:47 +01:00