Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanvideo: hpulse for 640x480 #67

Open
ikjordan opened this issue Jul 23, 2023 · 1 comment
Open

Scanvideo: hpulse for 640x480 #67

ikjordan opened this issue Jul 23, 2023 · 1 comment

Comments

@ikjordan
Copy link

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

@CHiPs44
Copy link

CHiPs44 commented Sep 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants