3 Scrolling Binary Matrix display

3 : Scrolling Binary Matrix display

Select Project123456789ONSW2
  • Author: Chris
  • Description: Display scrolling binary data from input pin on 8x8 SK9822 LED matrix display
  • GitHub repository
  • Clock: 6000 Hz

How it works

Uses 8x8 matrix SK9822 LED display to scroll binary data as 0s and 1s in a simple font, from the input pin. Designed in verilog and tested using iCEstick FPGA Evaluation Kit. Each LED takes a 32 bit value, consisting of r,g,b and brightness.

How to test

Need 8x8 matrix SK9822 LED display and level shifter to convert output clock and data logic to 5V logic.

External hardware

Requires 8x8 matrix SK9822 LED display and 3.3V to 5V logic level shifter to convert the data and clock signals to the correct voltage for the display.

Picture

IO

#InputOutput
0clockLED Clock
1resetLED Data
2digit
3
4
5
6
7