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.
Dependencies: EthernetNetIf mbed SDFileSystem
LaosDisplay Class Reference
LaosDisplay Connect to LCD terminal or PC Example: More...
#include <LaosDisplay.h>
Public Member Functions | |
| LaosDisplay () | |
| Make new LaosDisplay object. | |
| void | write (char *s) |
| Display string at position (x,y) | |
| void | cls () |
| Clear screen. | |
| int | read () |
| Read key value. | |
Detailed Description
LaosDisplay Connect to LCD terminal or PC Example:
Definition at line 35 of file LaosDisplay.h.
Constructor & Destructor Documentation
| LaosDisplay | ( | ) |
Make new LaosDisplay object.
Definition at line 37 of file LaosDisplay.cpp.
Member Function Documentation
| void cls | ( | ) |
Clear screen.
Definition at line 60 of file LaosDisplay.cpp.
| int read | ( | ) |
Read key value.
(non blocking)
- Returns:
- (ASCII) character value, zero if no character is available
Definition at line 67 of file LaosDisplay.cpp.
| void write | ( | char * | s ) |
Display string at position (x,y)
- Parameters:
-
x x position in characters (zero based) y y position in characters (zero based) s The string to display
Definition at line 51 of file LaosDisplay.cpp.
Generated on Thu Jul 14 2022 19:35:44 by
1.7.2