Files
MicroPythonOS/internal_filesystem/lib
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
..
2026-03-11 12:38:52 +01:00
2026-02-10 23:49:28 +01:00
2026-03-11 12:38:52 +01:00
2026-01-26 15:12:01 +01:00
2026-01-26 15:04:32 +01:00
2025-05-22 21:06:02 +02:00
2025-05-19 10:08:43 +02:00
2025-07-02 12:43:01 +02:00
2025-10-29 09:34:54 +01:00
2026-02-27 12:18:21 +01:00
2025-05-20 14:47:19 +02:00
2026-02-27 12:18:21 +01:00
2025-05-20 15:12:30 +02:00
2025-05-19 11:21:54 +02:00
2025-05-19 10:08:43 +02:00
2025-05-19 21:19:01 +02:00