Giter Club home page Giter Club logo

dvi_lvds's Introduction

Simple DVI to LVDS Verilog converter

Tested with Rapsberry Pi, minispartan6+ and LP089WS1-TLA2 LCD panel

Since there is only video signal, panel must be configured in Rasperry Pi config.txt, eg for LP089WS1 :

# force console size
framebuffer_width=1024
framebuffer_height=600
 
hdmi_force_hotplug=1
hdmi_cvt=1024 600 60 3 0 0 0
  
hdmi_group=2
hdmi_mode=87

# panel is 18-bits so dither from 24-bits
hvs_set_dither=0x211

References:
minispartan6+ : https://www.scarabhardware.com/minispartan6/
LP089WS1 datasheet : http://static1.1.sqspcdn.com/static/f/489821/11953269/1386278097933/LP089WS1-TLA1.pdf
LVDS encoder : Verilog implementation of 7-to-1 LVDS Serializer https://github.com/racerxdl/LVDS-7-to-1-Serializer
DVI / HDMI decoder : Xilinx XAPP460 http://www.xilinx.com/support/documentation/application_notes/xapp460.pdf
10" 1024x600 panel raspberry pi config : Adafruit Pixel Qi 10" https://learn.adafruit.com/hdmi-uberguide/1303-pixel-qi-10-display-with-controller-1024x600
18 bits dithering raspberry pi config : https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=45290

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.