In vga_modes.c line 428 h_pulse is set to 64. This results in my monitor displaying the screen image shifted, resulting in pixels on the right hand side of the image not being displayed.
Should it be set to 96? Other sources, e.g.
http://tinyvga.com/vga-timing/640x480@60Hz
https://vanhunteradams.com/Pico/VGA/VGA.html#Video-explanation
https://gregchadwick.co.uk/blog/playing-with-the-pico-pt5/
indicate this.
When I change the value to 96 my monitor displays the full screen image correctly
In
vga_modes.cline 428h_pulseis set to64. This results in my monitor displaying the screen image shifted, resulting in pixels on the right hand side of the image not being displayed.Should it be set to
96? Other sources, e.g.http://tinyvga.com/vga-timing/640x480@60Hz
https://vanhunteradams.com/Pico/VGA/VGA.html#Video-explanation
https://gregchadwick.co.uk/blog/playing-with-the-pico-pt5/
indicate this.
When I change the value to
96my monitor displays the full screen image correctly