Skip to content

Commit

Permalink
see if varying hdmi setup frequency varies audio beat. #138
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed Nov 17, 2019
1 parent 4fe4906 commit bbf21c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vhdl/vga_hdmi.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ clk_proc: process(clock27)
if rising_edge(clock27) then

-- Try to re-activate HDMI display every 0.5 seconds
if counter < 13500000 then
if counter < 27000000 then
counter <= counter + 1;
resend <= '0';
else
Expand Down

0 comments on commit bbf21c5

Please sign in to comment.