Based on Terminal lib from Simon Ford, some adds
Fork of TerminalPlus by
Diff: Terminal.h
- Revision:
- 3:e72f2addfaf8
- Parent:
- 2:85184c13476c
- Child:
- 4:ee2311717b80
--- a/Terminal.h Tue Nov 23 16:03:35 2010 +0000 +++ b/Terminal.h Thu Sep 10 23:39:04 2015 +0000 @@ -1,5 +1,6 @@ /* mbed Terminal Library, for ANSI/VT200 Terminals and ecape codes * Copyright (c) 2007-2010, sford, http://mbed.org + * Modified by Max Scordamaglia (c) 2015 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -70,6 +71,10 @@ /** Set the background colour */ void background(int colour); + + /**Draw box */ + void frame(int x, int y, int w, int h), int boxtype=1); + }; #endif