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: TextLCD_HelloWorld analog_test AVR_standalone_writer XBeeApi_RemoteCommand ... more
Revision 5:a53b3e2d6f1e, committed 2010-05-29
- Comitter:
- simon
- Date:
- Sat May 29 10:15:04 2010 +0000
- Parent:
- 4:bf5b706f8d32
- Child:
- 6:e4cb7ddee0d3
- Commit message:
Changed in this revision
| TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD.h Thu May 27 18:03:45 2010 +0000
+++ b/TextLCD.h Sat May 29 10:15:04 2010 +0000
@@ -25,16 +25,16 @@
#include "mbed.h"
-/** A TextLCD interface for 4-bit HD44780-based LCDs
+/** A TextLCD interface for driving 4-bit HD44780-based LCDs
*
- * Supports a number of different panel configurations
+ * Currently supports 16x2, 20x2 and 20x4 panels
*
* @code
* #include "mbed.h"
* #include "TextLCD.h"
- *
- * TextLCD lcd(p5, p6, p7, p8, p9);
- *
+ *
+ * TextLCD lcd(p10, p12, p15, p16, p29, p30); // rs, e, d0-d3
+ *
* int main() {
* lcd.printf("Hello World!\n");
* }
HD44780 Text LCD