From 8c245be055875c1adf69cfc1fd19d7f0decca789 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Sun, 19 Jan 2020 12:24:51 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 60a37ad..48817fb 100644 --- a/README.md +++ b/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 . + + 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) + +*******************************************************************************/