WIP: FOMU VGA tutorial.

This commit is contained in:
Bruno Levy
2021-04-24 10:13:19 +02:00
parent adce0c79ff
commit 661b2d99e9
3 changed files with 15 additions and 4 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 KiB

After

Width:  |  Height:  |  Size: 343 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@@ -1,14 +1,25 @@
# FOMU VGA
_Generate hypnotic graphics with the FOMU_
Grafting wires on the FOMU
--------------------------
Step 1: graft wires to the FOMU
--------------------------------
![](Images/FrankenFOMU.png)
The FOMU has four pads `user_1`,...,`user4` connected to FPGA pins
The FOMU has four pads `user_1`,...,`user_4` connected to FPGA pins
E4,D5,E5,F5. We can use them to generate the HSync and VSync VGA signals
plus two bits of color data.
plus two bits of color data. You will need to solder a wire to each pad,
plus a wire to the mass, as shown on the image (five wires in total).
I observed that rigid wires with a single core are easier to solder.
Step 2: VGA connector
---------------------
![](Images/VGA.jpg)
Connect to the VGA connector as shown on the image. Pick the two colors
you prefer among R,G,B and connect them to `user_3` and `user_4`.