Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
AnsiGraphicalConsole.h File Reference
Addon to use with debug console. More...
Go to the source code of this file.
Functions | |
| void | createSLbox (int posX, int posY, int height, int width, const char *title=0) |
| Use to create a single line box. | |
| void | createDLbox (int posX, int posY, int height, int width, const char *title=0) |
| Use to create a double line box. | |
| void | setText (int posX, int posY, const char *title,...) |
| Use to create a double line box. | |
| void | clearscreen (void) |
| Use to clear the screen. | |
Detailed Description
Addon to use with debug console.
Easy way to use an Ansi console. I use Tera term but any terminal ANSI work.
- See also:
- https://ttssh2.osdn.jp/index.html.en
This file is subject to the terms and conditions of the GNU Lesser General Public License v2.1. See the file LICENSE in the top level directory for more details.
Definition in file AnsiGraphicalConsole.h.
Function Documentation
| void clearscreen | ( | void | ) |
Use to clear the screen.
Definition at line 152 of file AnsiGraphicalConsole.cpp.
| void createDLbox | ( | int | posX, |
| int | posY, | ||
| int | height, | ||
| int | width, | ||
| const char * | title = 0 |
||
| ) |
Use to create a double line box.
- Note:
- the position X=0,Y=0 is at the top left.
- Parameters:
-
[in] posX position in X to put the box. [in] posY position in X to put the box. [in] height lenght of the box for Y. [in] width lenght of the box for X. [in] title Title to show on top of the box.
Definition at line 79 of file AnsiGraphicalConsole.cpp.
| void createSLbox | ( | int | posX, |
| int | posY, | ||
| int | height, | ||
| int | width, | ||
| const char * | title = 0 |
||
| ) |
Use to create a single line box.
- Note:
- the position X=0,Y=0 is at the top left.
- Parameters:
-
[in] posX position in X to put the box. [in] posY position in X to put the box. [in] height lenght of the box for Y. [in] width lenght of the box for X. [in] title Title to show on top of the box.
Definition at line 6 of file AnsiGraphicalConsole.cpp.
| void setText | ( | int | posX, |
| int | posY, | ||
| const char * | title, | ||
| ... | |||
| ) |
Use to create a double line box.
- Note:
- the position X=0,Y=0 is at the top left.
- Parameters:
-
[in] posX position in X to put the text. [in] posY position in X to put the text. [in] title Text to show on screen.(Use like printf and other).
Definition at line 156 of file AnsiGraphicalConsole.cpp.
Generated on Wed Jul 13 2022 07:15:32 by
1.7.2