character LCD module to I2C adapter

Dependencies:   mbed I2CLCD

Revision:
1:16e014cddf29
Parent:
0:c45ad83e1c32
Child:
2:7b7c6e7dfb47
--- a/main.cpp	Thu Oct 14 14:45:16 2010 +0000
+++ b/main.cpp	Tue Oct 19 07:09:02 2010 +0000
@@ -20,6 +20,7 @@
     i2clcd.putc('0' + i);
     i2clcd.putc('A' + i);
     i2clcd.putc('a' + i);
+    i2clcd.printf("123456789abcdefghikjlmn");
     myled = 0;
 
     for (;;);