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.
Revision 9:68ad299df12b, committed 2011-01-29
- Comitter:
- llagendijk
- Date:
- Sat Jan 29 21:28:42 2011 +0000
- Parent:
- 8:66be6a696e4e
- Commit message:
- First release of my version of TextDisPlay
Changed in this revision
TextDisplay.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextDisplay.h Sat Jan 29 21:22:08 2011 +0000 +++ b/TextDisplay.h Sat Jan 29 21:28:42 2011 +0000 @@ -19,7 +19,7 @@ #include "mbed.h" #include "mbed.h" -/** TexDisplay class, use one the derived classes +/** TextDisplay parent class, use one the derived classes * Example: * @code / simple test for TextDisplay class @@ -79,7 +79,7 @@ virtual void cls(); /** locate cursor on given position * @param column horizontal position - * @paran row vertical positon + * @param row vertical positon */ virtual void locate(uint16_t column, uint16_t row); /** set foreground colour if supported on display