Coreonetech / Mbed 2 deprecated Nucleo_TLCD

Dependencies:   mbed LCDLib

Files at this revision

API Documentation at this revision

Comitter:
odb
Date:
Fri Feb 03 08:05:39 2017 +0000
Parent:
0:0a5c73c2369a
Child:
2:a6025c5ce99e
Commit message:
CORE-1000 First

Changed in this revision

LCDLib.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/LCDLib.lib	Fri Feb 03 08:05:39 2017 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/rlanghbv/code/LCDLib/#241842336d78
--- a/main.cpp	Sun Aug 08 11:46:42 2010 +0000
+++ b/main.cpp	Fri Feb 03 08:05:39 2017 +0000
@@ -1,9 +1,16 @@
 #include "mbed.h"
 #include "TextLCD.h"
 
-TextLCD lcd(p24, p25, p26, p27, p28, p29, p30); // rs, rw, e, d4, d5, d6, d7
-
-int main() {
-      lcd.cls();
-      lcd.printf("Hello mbed world!");
-}
\ No newline at end of file
+ TextLCD lcd(PC_6,PC_8,PC_5,PC_0,PA_12,PA_11,PB_12);
+ int main()
+ {    
+    lcd.gotoxy(1,1);
+    lcd.printf("Hello BUSAN KOPO");
+ 
+    lcd.gotoxy(1,2);
+    lcd.printf("CORE ONE Tech...");
+    
+    while(1) {
+        wait_ms(300);
+    }
+ }
\ No newline at end of file
--- a/mbed.bld	Sun Aug 08 11:46:42 2010 +0000
+++ b/mbed.bld	Fri Feb 03 08:05:39 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da
+http://mbed.org/users/mbed_official/code/mbed/builds/082adc85693f
\ No newline at end of file