LCD_CHAR_16x2 Freescale FRDM KL25Z

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
BrayanB
Date:
Tue Jul 08 02:52:20 2014 +0000
Commit message:
LCD_CHAR_16x2 Freescale FRDM KL25Z

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Tue Jul 08 02:52:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Jul 08 02:52:20 2014 +0000
@@ -0,0 +1,12 @@
+// Hello World! for the TextLCD
+
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(PTD1, PTD3, PTD2, PTD0, PTD5, PTA13); // rs, e, d4-d7
+
+int main() {
+    lcd.printf("Hi i'm Freescale\n");
+    lcd.locate(1, 5);
+    lcd.printf(" FRDM-kl25z\n");
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Jul 08 02:52:20 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/024bf7f99721
\ No newline at end of file