Kai Riedel / TextLCD_ST7036
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();