fangxiaorong / dsi-shield

Arduino MIPI DSI Shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSI Core Readme
------------------------

0. Disclaimer

This project implements a MIPI DSI (MIPI Display Serial Interface) Verilog core.
Since the DSI specification is non-public and requires an NDA, the core was built
using bits and pieces available throughout the Web: presentations, display controller/SOC
datasheets, various application notes and Android kernel drivers. The author is not 
associated in any way with the MIPI Alliance. The core is provided as-is, it has never been
verified for compliance with the DSI standard and it probably lacks many of its features.
You use it at your own risk, there's no warranty.

1. License

- All HDL (unless otherwise noted) is released under LGPL v3.0
- All software (unless otherwise noted), is GPL v 3.0 or later.
- PCB design and schematics are licensed under CERN Open Hardware License v 1.2.

2. Acknowledgements

- Special thanks go to Sebastien Bourdeauducq, the creator of the Milkymist project, for his 
  excellent IP cores (HPDMC, FML and LM32 Xilinx port) used by in the DSI shield firmware.

- Andrew "Bunnie" Huang, for his EDID generation tools (Chumby WebTV project).

About

Arduino MIPI DSI Shield

License:GNU Lesser General Public License v3.0


Languages

Language:VHDL 53.6%Language:Verilog 25.6%Language:C 15.4%Language:Assembly 2.0%Language:Python 1.5%Language:SystemVerilog 1.2%Language:Makefile 0.5%Language:C++ 0.2%Language:Shell 0.0%Language:Stata 0.0%