Skip to content

Commit

Permalink
Enable VGA output over DVI-I port (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephray authored and tomverbeure committed Nov 9, 2019
1 parent d9e6b07 commit 7ee5152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spinal/sw/dvi.c
Expand Up @@ -22,6 +22,8 @@ void dvi_ctrl_init()
{ 0x1d, 0x40}, // internal clock delay
{ 0x1f, 0x80}, // input data format. Bit 4: vsp, bit 4: hsp

{ 0x21, 0x09}, // Enable VGA

#if 0
// clk <= 65Mhz
{ 0x33, 0x08}, // charge pump settings. See table 10
Expand Down

0 comments on commit 7ee5152

Please sign in to comment.