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-10 19:00:01 +01:00
2025-11-20 22:22:55 +01:00
2026-02-27 15:56:34 +01:00
2026-03-11 12:38:52 +01:00
2026-02-27 12:40:29 +01:00
2026-03-09 12:43:08 +01:00
2025-11-29 13:04:52 +01:00
2026-02-25 20:53:25 +01:00
2025-06-15 09:09:33 +02:00
2026-02-28 22:37:41 +01:00
2025-10-24 17:57:04 +02:00
2026-02-13 13:06:03 +01:00
S
Description
No description provided
Readme MIT 4.2 MiB
Languages
Python 75.3%
C 11.5%
JavaScript 7.2%
HTML 3.5%
Shell 1.4%
Other 1%