Display Demo no-OS Example Project

See projects/display_demo (doxygen) for the Doxygen documentation.

Overview

The Display Demo project demonstrates driving an SSD1306 OLED display from a Xilinx Zedboard using the no-OS SPI and GPIO drivers. The application initializes the SSD1306 display controller, powers on the display via dedicated VDD and VBAT GPIO controls, and prints a text message on screen.

The initialization data used in the examples is taken out from the Project Source Data Path.

No-OS Build Setup

Please see: No-OS Build Guide

No-OS Supported Platforms

Xilinx

Used Hardware

Build Command

# copy the Xilinx hardware description file
cp <SOME_PATH>/system_top.xsa .
# to delete current build
make reset
# to build the project
make
# to flash the code
make run