TV to VGA conversion?
Michael T
Posts: 5
Any Help Would be greatly appreciated.
I'm new to propeller chip and·I·am using the folowing OBJ files: "tv_drv_010.spin","graphics_drv_010.spin" and "pause.spin" it is driving a 3.5" NTSC display and a button. Works the way I need it to as of right now. Power on "Stand By" Screen, button press, next screen, etc..
Now the problem is they want to change it to a·3.5" VGA 640 x 480·Display.·Getting the·NTSC Display to work took me a while because I really have NO experience with the Propeller. But reading and fiddling around with stuff I got that one to work.
So Bottom Line is I need to convert what I have to run on a VGA monitor and I am running out of time. Thanks Michael
I'm new to propeller chip and·I·am using the folowing OBJ files: "tv_drv_010.spin","graphics_drv_010.spin" and "pause.spin" it is driving a 3.5" NTSC display and a button. Works the way I need it to as of right now. Power on "Stand By" Screen, button press, next screen, etc..
Now the problem is they want to change it to a·3.5" VGA 640 x 480·Display.·Getting the·NTSC Display to work took me a while because I really have NO experience with the Propeller. But reading and fiddling around with stuff I got that one to work.
So Bottom Line is I need to convert what I have to run on a VGA monitor and I am running out of time. Thanks Michael
Comments
The hardware is the main difference. Look at the schematic for the demo board. Once you have the circuit, the existing software you have is just fine! "aside from changing you object reference to VGA instead of TV"
As an Example; Download the Sensirion demo from the OBEX.
In the main routine you'll see that by commenting out TV the App uses VGA, By commenting out VGA, the App uses TV.
Post Edited (bambino) : 1/30/2008 10:03:32 PM GMT
**
Have the sensirion Program running on the the vga now after a little tweaking. I guess the other question is how to Change and or have different size text on the display at one time.
Post Edited (Michael T) : 1/31/2008 12:58:55 AM GMT
Another alternative might be to define your own 16x16 font that would be the same width but half the height of the ROM font.
http://www.rayslogic.com/propeller/Programming/RaysStuff/RaysStuff.htm
At my "Delay Generator Demo" for one way to have a GUI...
Also, I have notes at the bottom on how to make a smaller Graphics area anywhere on the screen...
But, this is all for XGA mode (1024x768).· Sounds like you would want to adapt this for the VGA driver...
http://aeicomp.com/Detail.asp?Product_ID=000.410_LCD35VGA