800x600 VGA
TheCbac
Posts: 9
Hi all, first post :-)
Im trying to sift my way through vgademo that comes with SimpleIDE, in order to create 800x600 VGA @ 60Hz (its the only thing my monitor will recognize).
I tried simply changing ncol and nrow under draw.c to 800 and 600, respectively, but to no avail. Can anyone help?
Thanks!
Im trying to sift my way through vgademo that comes with SimpleIDE, in order to create 800x600 VGA @ 60Hz (its the only thing my monitor will recognize).
I tried simply changing ncol and nrow under draw.c to 800 and 600, respectively, but to no avail. Can anyone help?
Thanks!
zip
65K
Comments
Are you sure ? - Most PCs early boot messages come at a lower resolution - does your monitor show those ?
With monitor issues, it can be good to get something working, then move from there.
http://forums.parallax.com/showthread.php/140170-VGA-20-column-driver?p=1099207&highlight=800x600+timing#post1099207
I also found another post bykuroneko that looks useful. Between the two I think I should be able to get things running.
http://forums.parallax.com/showthread.php/135844-POC-most-useless-piece-of-code-ever-The
Cool, as you have probably guessed, Kuroneko is something of a wizard at this.