In TextLCD_I2C_N Class, added void setContrast(unsigned char c) function as temporary. This is for ST7032i non-volume type contrast control.

Dependents:   LPC1114_data_logger RTC_w_COM Frequency_Counter_w_GPS_1PPS CW_Decoder_using_FFT_on_F446 ... more

Fork of TextLCD by Wim Huiskamp

In TextLCD_I2C_N Class, added void setContrast(unsigned char c) function as temporary.

Revision:
3:2a46d5820a78
Parent:
2:227356c7d12c
Child:
5:a53b3e2d6f1e
--- a/TextLCD.h	Thu May 27 17:52:15 2010 +0000
+++ b/TextLCD.h	Thu May 27 17:56:12 2010 +0000
@@ -108,6 +108,4 @@
     int _row;
 };
 
-}
-
 #endif