Skip to content

Commit f46ee2e

Browse files
committed
Update description
1 parent 4fbee2c commit f46ee2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

info.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ documentation:
1010
author: "Chris" # Your name
1111
discord: "hoglet" # Your discord handle
1212
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
1717
language: "verilog" # other examples include Verilog, Amaranth, VHDL, etc
1818
doc_link: "https://github.com/chrisruk/matrixchip/blob/main/README.md" # URL to longer form documentation, eg the README.md in your repository
1919
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
2121
inputs: # a description of what the inputs do
2222
- clock # Used to clock the design
2323
- reset # Used to reset the design

0 commit comments

Comments
 (0)