Update README.md
parent
7dcd01eb08
commit
8c245be055
29
README.md
29
README.md
|
@ -1,2 +1,31 @@
|
|||
# mipi_dsi_bridge_fpga
|
||||
Source code of MIPI DSI Bridge Published on https://www.circuitvalley.com
|
||||
|
||||
/*******************************************************************************
|
||||
Copyright: Gaurav Singh
|
||||
website: www.circuitvalley.com
|
||||
Created on January 12, 2020
|
||||
|
||||
This Project is Circuitvalley MIPI DSI SPI Bridge
|
||||
MIPI DSI SPI Bridge is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
MIPI DSI SPI Bridge is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Circuitvalley USB Display . If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
This repo Contains code
|
||||
Verilog for FPGA for implementing MIPI DSI Bridge
|
||||
PCB Hardware File
|
||||
LibUSB Controller Firmware code for receiving images from PC and transmitting over SPI to FPGA Target PIC32MZ2048EFM
|
||||
QT5 PC Application for tranmitting images to USB device
|
||||
|
||||
.https://www.circuitvalley.com/2020/01/spi-mipi-bridge-fpga-verilog-hdl-ipod-nano-nano-lcd-iphone-mipi-lcd.html
|
||||
|
||||
[![Watch the video](https://raw.githubusercontent.com/circuitvalley/mipi_dsi_bridge_fpga/master/Hardware/Images/mipi_fpga_ipod_lcd_nano_6_ipone_verilog_spi_mipi_bridge_driver_vdhl_FPGA%20(1)2.gif)](https://www.circuitvalley.com/2020/01/spi-mipi-bridge-fpga-verilog-hdl-ipod-nano-nano-lcd-iphone-mipi-lcd.html)
|
||||
|
||||
*******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue