====== About DSI Interface ====== The MIPI DSI (Mobile Industry Platform Alliance Display Serial Interface) is the current industry standard for interfacing most smartphone LCDs to the device's CPU/GPU. MIPI is a consortium of mobile (and other) hardware vendors that standardized interfaces of many handset internals (for example CSI for camera modules). The bad news is, MIPI's specifications are available after signing and NDA and paying a fee. The good one is: there's enough bits of information available in the Web to put together a working DSI host. Here are some links: * [[http://mipiworld.blogspot.com/2013/09/video-mode-timing-generation.html|Korean blog]] advertising a DSI function generator device. Contains pretty much everything necessary to implement a DSI host. * [[http://www.ti.com/lit/ds/sllseb9c/sllseb9c.pdf|Texas Instruments' DSI to LVDS converter datasheet]]. Lots of info on the protocol. * [[http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=swpa225&fileType=pdf|Demystify DSI I/F]]. Nice app note, also from TI.