Three-pin 640x400 VGA Console Mode

Dependents:   projet_AWA_testVGA2

Revision:
7:746c1bf00d40
Parent:
6:1d73ad03f172
--- a/vga640x400.h	Wed Aug 10 11:40:55 2011 +0000
+++ b/vga640x400.h	Wed Aug 10 11:47:24 2011 +0000
@@ -6,10 +6,10 @@
  * Generate a 640x400 VGA signal.
  *
  * The following mbed pins are used:
- * DIP5 - Monochrome bitstream (connect to R, G and B through 470R resistors)
- * DIP8 - VSYNC
- * DIP25 - HSYNC
- * GND
+ * - DIP5 - Monochrome bitstream (connect to R, G and B through 470R resistors)
+ * - DIP8 - VSYNC
+ * - DIP25 - HSYNC
+ * - GND
  */
  
 extern unsigned char text_buffer[80*25]; ///< 80x25 screen buffer, i.e. 25 lines of 80 characters.