Peter-B- / rgbmatrix-fpga

Adafruit RGB LED Matrix Display Driver for use with FPGAs (written in VHDL)

Home Page:http://learn.adafruit.com/fpga-rgb-matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This fork of the original rgbmatrix-fpga repository includes a SPI slave interface.

The code for the SPI slave interface was originally published by Jonny Doin on opencores and was included unaltered.
Please see http://opencores.org/project,spi_master_slave for further information.






quickstart:

connect the rgbmatrix to the de0nano and the de0nano to your pc.
The pinout is documented in 
https://github.com/dasdgw/rgbmatrix-fpga/blob/master/de0-nano/de0_nano.vhd

open a terminal and go to rgbmatrix-fpga/de0nano and run:
make program start_server

start processing and open one of the *.pde files in rgbmatrix-fpga/processing folder.
Press the play button. done

Note: in order to work quartus and processing have to be installed

Sometimes I had problems accessing my de0nano with signaltap after running one of the
processing sketches.
The solutions was to kill quartus_stp and try it again.
killall quartus_stp

--------------------------------------------------------------------------------

################################################################
#                                                              #
#  Adafruit RGB LED Matrix Display Driver and Client Software  #
#                                                              #
################################################################

This is a design that will enable use of the RGB LED matrix sold by Adafruit
with an FPGA in order to achieve full-motion graphics across any number of
panels in a variety of configurations. It is written in VHDL and is currently a
work-in-progress.

Also included in this project is client software that is used to send data to
the circuit running on the FPGA. There are two parts to it. The first part is a
Processing library that provides an easy way to send images to the device. The
second part is a small Tcl server script that interfaces with a ByteBlaster
(through the Altera Tcl API) and provides a vendor-specific JTAG wrapper over
a TCP/IP socket.

What's included:
* contrib         Additional files not required for building the project
  * photos        Photographs of the design and hardware in use
  * tutorial      Tutorial on how to setup, build, and use the design
* de0-nano        Files specific to the DE0-Nano FPGA dev board
* processing      Client library with usage example
* tcl             Server script to interface with the virtual JTAG
* vhdl            VHDL source code for the design to use on the FPGA
  * megawizard    Altera Megafunction IP code for the virtual JTAG
  * testbenches   VHDL to use for simulation of selected entities

Features implemented:
* Read graphics data from RAM and display it on panel
* Support multiple panels
* Read video data from external device and fill into RAM
* User configurable pixel depth (brightness control)

Demo videos:
* http://www.youtube.com/watch?v=DWirBxcCs2A
* http://www.youtube.com/watch?v=or1Qpbdxw2o
* http://www.youtube.com/watch?v=0Zrrlw3kZHA

About

Adafruit RGB LED Matrix Display Driver for use with FPGAs (written in VHDL)

http://learn.adafruit.com/fpga-rgb-matrix


Languages

Language:VHDL 99.8%Language:HTML 0.2%Language:Arduino 0.0%Language:Stata 0.0%Language:Makefile 0.0%Language:Batchfile 0.0%