dasdgw / rgbmatrix-fpga

Adafruit RGB LED Matrix Display Driver for use with FPGAs (written in VHDL)
http://learn.adafruit.com/fpga-rgb-matrix
3 stars 1 forks source link

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:

Features implemented:

Demo videos: