El-POM1001 / Mbed 2 deprecated Fancy-Terminal

Dependencies:   Terminal mbed

Fork of Terminal_HelloWorld by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
madmonkeyman82
Date:
Thu Oct 15 17:02:36 2015 +0000
Parent:
2:89b263d1a399
Child:
4:14bd961881ff
Commit message:
hide show cursor;

Changed in this revision

Terminal.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
--- a/Terminal.lib	Thu Oct 15 16:36:35 2015 +0000
+++ b/Terminal.lib	Thu Oct 15 17:02:36 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/simon/code/Terminal/#85184c13476c
+https://developer.mbed.org/teams/El-POM10011/code/Terminal/#8fd40799c142
--- a/main.cpp	Thu Oct 15 16:36:35 2015 +0000
+++ b/main.cpp	Thu Oct 15 17:02:36 2015 +0000
@@ -16,8 +16,9 @@
     wait(2);
     term.locate(20,11);
     term.foreground(0xFF0000);
-     term.foreground(0xFF0000);
+    term.background(0x000007F);
     term.printf("I'm Great!");
+    term.hideCursor();
     wait(2);
     }
 }