Skip to content

Commit

Permalink
docs(tt_um_NicklausThompson_SkyKing): Filled in documentation (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
FangameEmpire authored Sep 16, 2024
1 parent 893e2ec commit 58b81c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions projects/tt_um_NicklausThompson_SkyKing/docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ You can also include images in this folder and reference them in the markdown. E

## How it works

The project presents an RGB222 VGA signal to the output port.
The demo conststs of a static image of a passenger jet flying off into the sunset with a text overlay at the bottom that fills in character-by-character. The text begins typing immediately after reset, so it is likely that the entire text animation will complete before the VGA monitor recognizes the signal. It is best to view this demo in the VGA playground due to the timing issue.
The project also includes demos to test some oscilloscope XY display PMODs I'm working on. The demos for these PMODs are both circles and they can be accessed by setting ui_in[0] high and using ui_in[1] to select the demo.

## How to test

Runs automaticaly.
The demo runs automatically if all inputs are low. If ui_in[1:0] = 2'b01, an unrelated demo for a 1-PMOD XY display driver will play. If ui_in[1:0] = 2'b11, a demo for a 2-PMOD XY display driver will play.

## External hardware

VGA PMOD on UO.
The demo requires the Tiny VGA PMOD on UO. The XY demos require either a 1-PMOD driver on UO, or a 2-PMOD driver on UO and UIO. The demo does not include audio.

0 comments on commit 58b81c8

Please sign in to comment.