Cellgalvano / vhdl_rgbmatrix_driver

A simple driver for RGB Led Panels of different sizes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vhdl_rgbmatrix_driver

A simple driver for RGB Led Panels of different sizes

This project is an entry for the Arrow European FPGA Developer Contest 2019 and the development target board is the CYC1000 (Intel Cyclone 10 LP 10CL025YU256C8G). The code is easily portable, I already tested it on different FPGAs.

The goal of this project is to write a universal driver for rgb panels (HUB75) and provide a simple interface for microcontrollers to send pixeldata.

Currently the dataflow looks like this: Alt text

This project was initialy inspired by the code of https://github.com/adafruit/rgbmatrix-fpga

Features:

  • basic functionality
  • compatible with 16x32 panels (should work, untested)
  • compatible with 32x32 panels + chained
  • compatible with 64x64 panels + chained
  • UART receiver
  • SPI slave
  • I2C slave
  • double framebuffer / backbuffer
  • multiple framebuffers (in SDRAM?)
  • basic gamma correction
  • dynamicly reconfigurable gamma correction
  • configuration via generics (config.vhd)
  • advanced command interface to change config on the fly
  • super small version to fit inside a CPLD with external SRAM (e.g. Max II EPM240)

About

A simple driver for RGB Led Panels of different sizes

License:MIT License


Languages

Language:C++ 57.6%Language:VHDL 41.2%Language:C 0.7%Language:Python 0.5%