This will help u too interface lcd using lpc1768

Dependencies:   mbed TextLCD

Revision:
0:8f5f15005811
diff -r 000000000000 -r 8f5f15005811 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jan 18 06:34:15 2019 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "TextLCD.h"
+
+TextLCD lcd(p15, p16, p17, p18, p19, p20);
+
+int main() 
+{
+    lcd.printf("Deepu\n");
+}
\ No newline at end of file