Three-pin 640x400 VGA Console Mode

Dependents:   projet_AWA_testVGA2

Revision:
5:c34147b65f7d
Parent:
4:3f0bd68a4dda
Child:
6:1d73ad03f172
--- a/vga640x400.h	Wed Aug 10 11:31:23 2011 +0000
+++ b/vga640x400.h	Wed Aug 10 11:34:11 2011 +0000
@@ -1,6 +1,11 @@
 #ifndef VGA640X400_H
 #define VGA640X400_H
 
+/**
+ * @file vga640x400.h
+ * Generate a 640x400 VGA signal
+ */
+ 
 extern unsigned char text_buffer[80*25]; ///< 80x25 screen buffer, i.e. 25 lines of 80 characters.
 extern unsigned char *font;              ///< Pointer to the user supplied font.
                                          ///< Each character is 8 pixels wide and 16 pixels high.