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 
  To: [EMAIL PROTECTED] 
  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
  [EMAIL PROTECTED]
  http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
_______________________________________________
AVR-GCC-list mailing list
[EMAIL PROTECTED]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to