Based on Terminal lib from Simon Ford, some adds
Fork of TerminalPlus by
Diff: Terminal.h
- Revision:
- 8:e3c6d6322506
- Parent:
- 7:80096ab72764
- Child:
- 13:09eb30497e78
--- a/Terminal.h Sat Sep 19 01:08:02 2015 +0000 +++ b/Terminal.h Wed Sep 23 00:04:05 2015 +0000 @@ -98,14 +98,12 @@ void bckgcol(int color); /** printf formattato con dimensione e posizione */ - void formatPrintf(char sstr[], int xx, int yy, int padb=0); + void formatPrintf(char sstr[], int xx, int yy, int padb=0, bool boldf=0); /** Draw box */ void frame(int x, int y, int w, int h, int boxtype=1); - /** Banner */ - void banner(); - + /** Banner Adv*/ void bannerAdv();