avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] VGA Adapter


From: andi
Subject: Re: [avr-gcc-list] VGA Adapter
Date: Wed, 18 Apr 2007 11:25:31 +0700

Does anyone has try vga adapter from http://www.serasidis.gr/circuits/AVR_VGA/avr_vga.htm ?
I try it but i didn't work the signal from VSYNC (PORTD.3) and RGB (PORTB.5) is drop when I connected to Monitor's VGA Connector.
Seems I have to check the code too :(
 
 
Andi
 
----- Original Message -----
Sent: Friday, April 13, 2007 3:56 PM
Subject: Re: [avr-gcc-list] VGA Adapter

You certainly got the monochrome version here : http://www.serasidis.gr/circuits/AVR_VGA/avr_vga.htm
 
If you take a look at the following link, http://www.elektronika.lt/schematic/theme/79/7090/, you will notice that you can drive the 3 colours directly : http://en.wikipedia.org/wiki/VGA_connector
 
Pin 1 : Red
Pin 2 : Green
Pin 3 : Blue
Pin 13 : HSync
Pin 14 : VSync
 
It should't be difficult to adapt the program to support 8 colors. Check if you have enought RAM to implement the video pixel map.
 
Eric Pasquier
 
 
----- Original Message -----
From: andi
Sent: Friday, April 13, 2007 9:18 AM
Subject: [avr-gcc-list] VGA Adapter

Does anyone know how to implement avr to vga that support RGB colour ?
The code that i got in google only support for monochrome.
 
 
Andi


_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list


_______________________________________________
AVR-GCC-list mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

reply via email to

[Prev in Thread] Current Thread [Next in Thread]