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:
@@ -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)
|
||||
Reference in New Issue
Block a user