Cool Fancy Terminal

Dependencies:   Terminal mbed

Fork of Terminal_HelloWorld by Simon Ford

Revision:
3:35b0711f1832
Parent:
2:89b263d1a399
Child:
4:14bd961881ff
--- 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);
     }
 }