summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/panel-mipi-dbi
Commit message (Collapse)AuthorAgeFilesLines
* panel-mipi-dbi: initial addition of the firmware blob assemblerLeonard Göhrs2024-11-011-0/+28
This python script assembles a list of human readable commands into a firmware blob. The firmware blob is interpreted by the `panel-mipi-dbi` Linux driver to initialize a MIPI DBI display panel and its controller. MIPI DBI is not to be confused with MIPI DSI. The former is usually used to drive small displays that are attached via SPI, while the latter is a fast communication standard using differential signaling, that is also suitable for larger displays. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>