Technical Insights | Introduction to MIPI DSI Protocol Processor to Peripheral Transactions

Technical Insights | Introduction to MIPI DSI Protocol Processor to Peripheral Transactions

This article is reprinted from the blog of CSDN forum author G2 Breakthrough Hand 259, and the reprinted article is for learning and research purposes only. Processor to Peripheral Direction (Processor Source) Data Packet Data Types The collection of transaction types sent from the main processor to peripherals (such as display modules) is shown in … Read more

Technical Insights | Introduction to MIPI DSI Protocol Packets

Technical Insights | Introduction to MIPI DSI Protocol Packets

This article is reproduced fromthe blog of CSDN forum author G2 Breakthrough 259,and is for learning and research purposes only. At the sender end of the DSI link, parallel data, signal events, and commands are converted into packets at the protocol layer, organized according to the packet structure recorded in this section. The protocol layer … Read more

Programming and Reading Demura Data in AMOLED Display Driver Chip

Programming and Reading Demura Data in AMOLED Display Driver Chip

Programming and Reading Demura Data in AMOLED Display Driver Chip YANG Guozhong, ZHANG Jie, CHEN Jie Abstract — The Demura data to be used in the driver chip of AMOLED display need to be saved in the non-volatile memory outside the driver chip. After the driver chip is powered on, the data should be read … Read more

An In-Depth Introduction to MIPI DSI

An In-Depth Introduction to MIPI DSI

I am pleased to provide you with a detailed introduction to the MIPI DSI bus. This is a comprehensive yet easy-to-understand introduction to MIPI DSI, covering its definition, working principles, protocol layers, advantages, and applications. 1. What is MIPI DSI? MIPI DSI (Mobile Industry Processor Interface Display Serial Interface) is the full name in Chinese, … Read more

The Hardware and Software Hierarchical Relationship of Display Drivers in Zephyr

The Hardware and Software Hierarchical Relationship of Display Drivers in Zephyr

In embedded systems, display devices serve as core components for human-machine interaction, and the diversity of their hardware interfaces presents challenges for driver development. The Zephyr RTOS supports a variety of display devices, from low-power OLEDs to high-definition MIPI panels, through a unified driver model. This article explains the hierarchical relationship between hardware and software … Read more

The Hardware and Software Hierarchical Relationship of Display Drivers in Zephyr

The Hardware and Software Hierarchical Relationship of Display Drivers in Zephyr

In embedded systems, display devices serve as core components for human-machine interaction, and the diversity of their hardware interfaces presents challenges for driver development. The Zephyr RTOS supports a variety of display devices, from low-power OLEDs to high-definition MIPI panels, through a unified driver model. This article explains the hierarchical relationship between hardware and software … Read more

Introduction to MIPI DSI Host Controller

Introduction to MIPI DSI Host Controller

In a display system based on MIPI DSI, the Host Controller (hereinafter referred to as HC) is an essential component. It can be integrated with other components in the following ways:The internal structure block diagram of HC is as follows:The interfaces with the “System” are: DPI, DBI, APB. As known from the meanings and differences … Read more

MIPI-DSI Display Process: D-PHY

MIPI-DSI Display Process: D-PHY

Video Stream Pixel Clock Display Parameter Analysis D-PHY Principles Link Basics Operating Modes I/O Signals DDR (Dual Data Rate) Transmission Method Video Stream All modern computer displays are raster displays, meaning that the images displayed are created by writing pixel by pixel from left to right and from the top of the display to the … Read more

I3C: The Next Generation Serial Communication Technology

I3C: The Next Generation Serial Communication Technology

The Electronic Enthusiast Network reports (by Li Ningyuan) that the I2C bus, a well-known simple, bidirectional two-wire synchronous serial bus technology developed by Philips, requires only two wires to transmit information between devices connected to the bus. It has been widely used to connect various sensors, LCD screens, and memory. Previously, the impression of I2C … Read more