Tab5 ST7121 variant + fixes (#605)

Added the newest variant to the tab5, St7121.
Fixed variant detection reliability
Fixed tab5 camera WHO_AM_I failing sometimes
Fixed tab5 keyboard live rotation on boot and after stopping/starting lvgl
This commit is contained in:
Shadowtrance
2026-08-02 04:50:55 +10:00
committed by GitHub
parent d72d5a0ef2
commit 85fe1a319a
31 changed files with 1531 additions and 222 deletions
+12
View File
@@ -0,0 +1,12 @@
# ST7121 display controller
Driver for the Sitronix `ST7121` MIPI-DSI display panel (`sitronix,st7121`), driven over ESP-IDF's
`esp_lcd_st7121` component (DPI/DBI interface, ESP32-P4 and other `SOC_MIPI_DSI_SUPPORTED` targets
only). Owns the MIPI DSI PHY LDO channel and DSI bus directly, so unlike SPI/RGB panels it has no
parent bus controller device.
The ST7121 panel's in-cell touch controller is the same chip/protocol as the ST7123's (see
`st7123-module`'s `sitronix,st7123-touch` driver) - boards using this display reuse that driver
for touch rather than duplicating it here.
License: [Apache v2.0](LICENSE-Apache-2.0.md)