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.
Diff: TextLCD.h
- Revision:
- 1:4cdb78fca101
- Parent:
- 0:887900491224
- Child:
- 2:815abe961826
--- a/TextLCD.h Fri Jan 28 12:08:31 2011 +0000 +++ b/TextLCD.h Thu Mar 24 07:20:58 2011 +0000 @@ -85,6 +85,8 @@ /** Clear the screen and locate to 0,0 */ void cls(); + /** Set display contrast for internal follower mode */ + void contrast(int icontrast); int rows(); int columns();