|
|
|
|
|
by nickmqb
2036 days ago
|
|
VGA is an analog protocol, but the FPGA can only output a 0 (GND) or 1 (3.3v) on its I/O pins. I'm using a Digilent VGA Pmod [1] which uses a set of resistor ladders to map each color component from a 4-bit value to an analog voltage that goes to the monitor. This means that we have 14 pins: R (4x), G (4x), B (4x), HS (1x) and VS (1x). [1] https://store.digilentinc.com/pmod-vga-video-graphics-array/ |
|