Three-pin 640x400 VGA Console Mode
Dependents: projet_AWA_testVGA2
Revision 7:746c1bf00d40, committed 2011-08-10
- Comitter:
- Ivop
- Date:
- Wed Aug 10 11:47:24 2011 +0000
- Parent:
- 6:1d73ad03f172
- Commit message:
- added documentation
Changed in this revision
vga640x400.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1d73ad03f172 -r 746c1bf00d40 vga640x400.h --- 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.