【嵌入式硬件】嵌入式显示屏接口

数字显示串行接口(Digital Display Serial Interface)

SPI

不过多赘述。

I2C-bus interface

不过多赘述

MIPI DSI

MIPI (Mobile Industry Processor Interface) Alliance, DSI (Display Serial Interface)

一般用于移动设备,下面是接口定义,可能不准确,详情请参考 MIPI DSI 标准文档

数字显示并行接口(Digital Display Parallel Interface)

8080/6800 interface

屏库网的信号分类中会出现 CPU/MCU/MPU 这种分类,其实是 Intel 8080/Motorola 6800 microprocessor 衍生出来的 8080/6800 interface,常作为 8-bit MCU 的接口,进而发展成 LCD 接口。

有并行 8/9/16/24-bit,默认 8-bit。

8080 接口:

6800 接口:

DPI/RGB interface

在屏库网中信号分类为 RGB 的就是指传输 8-bit RGB 并行数据的接口,一般称为 DPI 接口或 RGB 接口(其实有串行 RGB 接口)。

一般有以下接口

VSYNC: 水平同步

HSYNC: 垂直同步

D0-Dx: 数据,1 个或多个

PCLK: 像素时钟,或者叫 DCLK (Dot clock)

例如 DDIC ST7282

LVDS interface

LVDS 既能用于串行,也能用于并行,一般 LCD 都是用的并行 LVDS,下面是 4-lane LVDS

Reference

[1]: https://hackaday.com/2024/01/25/displays-we-love-hacking-parallel-rgb/

[2]: https://riverdi.com/blog/the-parallel-rgb-interface-explained

[3]: https://focuslcds.com/lcd-resources/parallel-interfaces-mcu-vs-rgb/

[4]: https://www.kynix.com/Blog/LCD-Interface-Types-Explained-with-Details.html#1-7-mddi-mobile-display-digital-interface-mode

[6]: https://tailorpixels.com/6-most-common-types-of-display-interfaces/

相关推荐
佳心饼干-43 分钟前
单片机-外部中断
单片机·嵌入式硬件
冰冰的coco1 小时前
入门嵌入式(六)——定时器
单片机·嵌入式硬件
JaylinWong1 小时前
嵌入式系统 (2.嵌入式硬件系统基础)
嵌入式硬件
2301_805962931 小时前
NRF24L01模块STM32-接收端
stm32·单片机·嵌入式硬件
潇与上海1 小时前
【51单片机零基础-chapter6:LCD1602调试工具】
单片机·嵌入式硬件·51单片机
1101 11013 小时前
STM32-笔记38-I2C-oled实验
笔记·stm32·嵌入式硬件
mftang4 小时前
一套极简易的直流无刷电机(Deng FOC)开发套件介绍
单片机·嵌入式硬件
老王WHH10 小时前
STM32——系统滴答定时器(SysTick寄存器详解)
stm32·单片机·嵌入式硬件
KBDYD101012 小时前
单片机控制
stm32·单片机·嵌入式硬件
番茄老夫子13 小时前
STM32H7的SPI总线基础知识备忘
stm32·单片机·嵌入式硬件