Shop OBEX P1 Docs P2 Docs Learn Events
True 640x480@60Hz — Parallax Forums

True 640x480@60Hz

EBEB Posts: 8
edited 2008-07-30 20:57 in Propeller 1
I am attempting to drive a VGA LCD display (a·Datalux 8794-01/7D-18005)·with a propeller chip, and running into some trouble. The display in question works only at 640x480@60Hz. I have verified that the display works by connecting it to a computer. I know the propeller video generator works, because it runs all of the video generator demos without any problems (when connected to a more flexible monitor, of course).

Modifying the VGA_text (which runs at [url=mailto:512x480@60Hz]512x480@60Hz[/url]) code sample, I tried:

  • h front porch =·16
  • h synch pulse = 96
  • h back porch = 48
  • v front porch = 10
  • v synch pulse = 2
  • v back porch = 33

These settings did not work. I'm looking for the settings to run the VGA.spin driver at a true [url=mailto:640x480@60Hz]640x480@60Hz[/url], or some documentation on how the VGA.spin driver uses the various values and what exactly they mean so that I can work out what I need on my own.

Thanks!

Comments

Sign In or Register to comment.