Cool Fancy Terminal
Dependencies: SerialTerminal mbed
Fork of Fancy-Terminal by
Diff: main.cpp
- Revision:
- 3:35b0711f1832
- Parent:
- 2:89b263d1a399
- Child:
- 4:317962df01f8
--- 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); } }