You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: info.yaml
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ documentation:
10
10
author: "Chris"# Your name
11
11
discord: "hoglet"# Your discord handle
12
12
title: "Scrolling Binary Matrix display"# Project title
13
-
description: "Display scrolling binary data from input pin on 8x8 SK9822 matrix display"# Short description of what your project does
14
-
how_it_works: "Uses 8x8 matrix SK9822 display to scroll binary data from input pin"# Longer description of how the project works
15
-
how_to_test: "Need 8x8 SK9822 display and level shifter to convert output clock and data logic to 5V logic"
16
-
external_hw: "Requires SK9822 display and 3.3V to 5V logic level shifter"# Describe any external hardware needed
13
+
description: "Display scrolling binary data from input pin on 8x8 SK9822 LED matrix display"# Short description of what your project does
14
+
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."# Longer description of how the project works
15
+
how_to_test: "Need 8x8 matrix SK9822 LED display and level shifter to convert output clock and data logic to 5V logic."
16
+
external_hw: "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."# Describe any external hardware needed
17
17
language: "verilog"# other examples include Verilog, Amaranth, VHDL, etc
18
18
doc_link: "https://github.com/chrisruk/matrixchip/blob/main/README.md"# URL to longer form documentation, eg the README.md in your repository
19
19
clock_hz: 6000# Clock frequency in Hz (if required)
20
-
picture: ""# relative path to a picture in your repository
20
+
picture: "images/animation.gif"# relative path to a picture in your repository
0 commit comments