Prop output to VGA screen in laptop?
John Kauffman
Posts: 653
My experiments with the prop output to VGA are going great using a spare VGA monitor. But I sometimes develop on my prop outside the house with just my laptop (no external VGA monitor).
Is there a way to feed Prop VGA output back into my laptop screen to display on the laptop screen?
Thanks.
Is there a way to feed Prop VGA output back into my laptop screen to display on the laptop screen?
Thanks.
Comments
http://www.rayslogic.com/propeller/Programming/PropMonitor/PropMonitor.htm
Probable fried laptop......................................Minimal comments in code
Thanks.
Your laptop's LCD is a completely different piece of hardware than a VGA display - all digital (usually LVDS). That being said, you may have luck cracking open the laptop and wiring directly into the LCD's LVDS bus - but I doubt the Propeller I will have enough perfomance to directly drive a large LCD. An 8.9" netbook screen with 1024x800@60Hz/18-bit color + sync/DE/clock/power-control/backlight-control requires 24 parallel bits out for the interface (almost all of your pins) running at ~67MHz (which I doubt you can do, even with assembler):
FP Sync BP Active Total
56 104 160 1024 1344 Horizontal
3 10 18 800 831 Vertical
1344 * 831 * 60 = 67,011,840 clock/data output-cycles per second (Hz)
-T
Thanks for analysis. Laptop is still my main machine, so I'm not into dissection. Your description of how it might be done is above my level, but I'm re-reading again and again to glean some knowledge. THanks.
The Demo worked fine, much thanks. Now I can get back to coding in the backyard.
Is there a way to make the window larger? Currently shows as about 10cm wide and 15 cm high.
THnaks.
**wishing laptops had a VGA in, myself
John,
Glad it worked for you! That code uses fixed sized fonts, so there are only two options for size...
Ray