mmattioli / ZedBoard-OLED

Driving the OLED display on the ZedBoard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZedBoard OLED Display

About

The goal of this project is to implement a design which drives the OLED display on the ZedBoard using the Xilinx Vivado Design Suite. The current design is implemented purely on the Zynq PL by modifying a sample ISE project supplied by Digilent.

Getting started

After you've cloned the repo and built the project:

  1. Run the synthesis and implementation
  2. Generate a bitstream
  3. Program the FPGA

The display should be initially be filled with letters, numbers, and characters and then transition to "Hello world!" on the very first line as such:

  ----------------
| Hello world!     |
|                  |
|                  |
|                  |
  ----------------

Further information

See the wiki for further information and documentation.

About

Driving the OLED display on the ZedBoard

License:MIT License


Languages

Language:VHDL 85.0%Language:Tcl 15.0%