8 Commits

Author SHA1 Message Date
Thomas Farstrike f358ed65ae Fix volume setting 2026-02-24 16:47:02 +01:00
Thomas Farstrike daa7125052 Rework AudioManager 2026-02-24 16:39:26 +01:00
Jens Diemer ef30c80e49 Add MPU6886 driver (tested with M5Stack FIRE) (#56)
Will fix https://github.com/MicroPythonOS/MicroPythonOS/issues/44
2026-02-21 07:41:06 +01:00
Jens Diemer e35c47ccdd Update board/m5stack_fire.py (#43)
Init Buzzer and play a intro on startup.

* Cleanup imports.
* Use const()
* Hard reset if `machine.SPI.Bus()` init not possible
2026-02-16 21:45:56 +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
Antonio Cebrián f84bc99790 Simplify support for M5Stack-Fire board
Avoid new "_ili9341_init_type3.py" file dependency in lvgl_micropython by following suggestion:

https://github.com/lvgl-micropython/lvgl_micropython/issues/527
2026-02-08 11:38:12 +01:00
Antonio Cebrián 96fb2d1937 Add support for M5Stack-Fire board
M5Stack-Fire uses an ILI9342 instead of an ILI9341. Therefore, lvgl_micropython should include "_ili9341_init_type3.py".
2026-02-07 17:32:31 +01:00