]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: panel: add Sharp LQ101R1SX01 MIPI DSI panel driver
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 23 Dec 2023 19:50:31 +0000 (21:50 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 13 Oct 2024 14:33:46 +0000 (17:33 +0300)
commit711fcd3bdad52ba058e8ca3cf1673bf1b8299be2
treeb73a3e3a9361e2f0a0bfb68897e02c2a37db8020
parent744bce51230e920bac12d8f357b10b38e05558a1
video: panel: add Sharp LQ101R1SX01 MIPI DSI panel driver

This module is a color active matrix LCD module incorporating
Oxide TFT (Thin Film Transistor). It is composed of a color TFT-LCD
panel, driver ICs, a control circuit and power supply circuit, and
a backlight unit. Graphics and texts can be displayed on a 2560×1600
dots panel with (16,777,216) colors by using MIPI DUAL DSI interface,
supplying +3.3V DC supply voltage for TFT-LCD panel driving and
supplying DC supply voltage for LED Backlight.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sharp-lq101r1sx01.c [new file with mode: 0644]