Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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.