134 Commits

Author SHA1 Message Date
Thomas Farstrike 983664b45a Reduce diff between fri3d_2024.py and fri3d_2026.py 2026-03-23 08:35:37 +01:00
Thomas Farstrike 1ca30efac8 Improve lilygo_t_display_s3 board detection 2026-03-22 22:19:02 +01:00
Thomas Farstrike 63d268950f Fix fri3d_2024.py 2026-03-21 15:37:28 +01:00
Thomas Farstrike e0bef630fe waveshare_esp32_s3_touch_lcd_2: cleanups 2026-03-21 00:00:51 +01:00
Thomas Farstrike c727ecc005 fri3d_2026: enable display reset using CH32 microcontroller to fix display 2026-03-21 00:00:01 +01:00
Thomas Farstrike 654b35fbd9 fri3d_2024: cleanups 2026-03-20 23:59:45 +01:00
Thomas Farstrike c8c90456e0 ODroid go: use full MAC address prefix
Otherwise it's way too easy to conflict with other boards.
2026-03-19 16:23:07 +01:00
Thomas Farstrike d92c70c7d9 waveshare_esp32_s3_touch_lcd_2.py: register with InputManager 2026-03-18 13:37:36 +01:00
Thomas Farstrike 7635c52baa Improve HowTo app 2026-03-18 13:33:07 +01:00
Thomas Farstrike ff21743fbb fri3d_2024: cleanups 2026-03-12 16:00:52 +01:00
Thomas Farstrike 426f1b2541 Comments 2026-03-11 14:23:53 +01:00
Thomas Farstrike 58bc76532e lilygo_t_display_s3.py: comments 2026-03-11 14:21:07 +01:00
Thomas Farstrike 90da4912f1 Comments 2026-03-11 14:15:47 +01:00
Jens Diemer 2f4adfcace Add support for unPhone 9 (#74)
https://unphone.net/

What worked:

- hx8357d Display and XPT2046 touch screen works
- Turn display backlight on/off via TCA9555 chip
- Buttons

TODOs:

- Use LEDs
- LoRa
- IR

`.../lib/drivers/display/hx8357d/` is a not modified copy from
https://github.com/lvgl-micropython/lvgl_micropython/tree/main/api_drivers/common_api_drivers/display/hx8357d

`.../lib/drivers/indev/xpt2046.py` based on
https://github.com/lvgl-micropython/lvgl_micropython/blob/main/api_drivers/common_api_drivers/indev/xpt2046.py
but is modified: Because of the shared SPI bus for SPI for hx8357d display and xpt2046 touch
controller. For this i add the management of `CS` pins for reading the touch controller.
Let's discuss how to add this to upstream in
https://github.com/lvgl-micropython/lvgl_micropython/issues/536
2026-03-11 12:38:52 +01:00
Thomas Farstrike e9cc9b5cb2 odroid_go.py: fix on_complete argument exception 2026-03-11 08:20:47 +01:00
Thomas Farstrike 4bc88fdae0 lilygo_t_display_s3.py: use full framebuffer 2026-03-10 22:29:40 +01:00
Thomas Farstrike a3ad6ac8ab Try render_mode = lv.DISPLAY_RENDER_MODE.FULL
It's sort of okay but there's a skew/italic effect.
2026-03-10 14:50:55 +01:00
Thomas Farstrike 7d707244dd bma423: avoid i2c scan if possible 2026-03-02 00:21:52 +01:00
Thomas Farstrike 6ce0fcfc4e lilygo_t_watch_s3_plus: add bma423 IMU sensor 2026-03-02 00:06:25 +01:00
Thomas Farstrike 66e64e028a lilygo_t_watch_s3_plus: vibrator works, sound does not 2026-03-01 23:29:03 +01:00
Thomas Farstrike 0917e39b04 lilygo_t_watch_s3_plus: fix orientation 2026-03-01 22:56:08 +01:00
Thomas Farstrike f492278b99 Improve lilygo_t_watch_s3_plus 2026-03-01 22:45:30 +01:00
Thomas Farstrike d6d05bf0f5 Simplify 2026-02-27 15:55:26 +01:00
Thomas Farstrike 62e548c789 Merge branch 'main' of https://github.com/MicroPythonOS/MicroPythonOS 2026-02-26 21:01:36 +01:00
Thomas Farstrike afc0438075 Merge pull request #68 from jedie/fix-reset
waveshare_esp32_s3_touch_lcd_2: Fix soft reset
2026-02-26 12:28:13 +01:00