LCD Hello mbed World! Working with Nucleo and DFRobot 16x2 Keypad shield

Dependencies:   TextLCD mbed

Fork of LCD_Hello_mbed by Takeuchi Kouichi

Files at this revision

API Documentation at this revision

Comitter:
whatnick
Date:
Mon Oct 27 12:27:41 2014 +0000
Parent:
0:0a5c73c2369a
Commit message:
STM32 Nucleo LCD test with DFobot LCD Keypad Shield (16x2 and A0 Analog keypad)

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
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Mon Oct 27 12:27:41 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 main.cpp
--- a/main.cpp	Sun Aug 08 11:46:42 2010 +0000
+++ b/main.cpp	Mon Oct 27 12:27:41 2014 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "TextLCD.h"
 
-TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
+TextLCD lcd(D8, D9, D4, D5, D6, D7); // rs, e, d4, d5, d6, d7
 
 int main() {
       lcd.cls();
diff -r 0a5c73c2369a -r 6aaf96a8a2d6 mbed.bld
--- a/mbed.bld	Sun Aug 08 11:46:42 2010 +0000
+++ b/mbed.bld	Mon Oct 27 12:27:41 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da
+http://mbed.org/users/mbed_official/code/mbed/builds/552587b429a1
\ No newline at end of file