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.

Files at this revision

API Documentation at this revision

Comitter:
wim
Date:
Wed Apr 02 18:16:37 2014 +0000
Parent:
22:35742ec80c24
Child:
24:fb3399713710
Commit message:
Docs update

Changed in this revision

TextLCD.cpp Show annotated file Show diff for this revision Revisions of this file
TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.cpp	Wed Apr 02 17:49:55 2014 +0000
+++ b/TextLCD.cpp	Wed Apr 02 18:16:37 2014 +0000
@@ -723,11 +723,11 @@
   
 }
 
-///--------- End TextLCD_Base -----------
+//--------- End TextLCD_Base -----------
 
 
 
-///--------- Start TextLCD Bus -----------
+//--------- Start TextLCD Bus -----------
 
 /* Create a TextLCD interface for using regular mbed pins
  *
@@ -843,10 +843,10 @@
 }
 
     
-///----------- End TextLCD ---------------
+//----------- End TextLCD ---------------
 
 
-///--------- Start TextLCD_I2C -----------
+//--------- Start TextLCD_I2C -----------
 
 /** Create a TextLCD interface using an I2C PC8574 or PCF8574A portexpander
   *
@@ -956,11 +956,11 @@
                  
 }    
 
-///---------- End TextLCD_I2C ------------
+//---------- End TextLCD_I2C ------------
 
 
 
-///--------- Start TextLCD_SPI -----------
+//--------- Start TextLCD_SPI -----------
 
  /** Create a TextLCD interface using an SPI 74595 portexpander
    *
@@ -1104,7 +1104,7 @@
 }
 
 
-///---------- End TextLCD_SPI ------------
+//---------- End TextLCD_SPI ------------
 
 
 
--- a/TextLCD.h	Wed Apr 02 17:49:55 2014 +0000
+++ b/TextLCD.h	Wed Apr 02 18:16:37 2014 +0000
@@ -365,11 +365,11 @@
     LCDCursor _currentCursor;    
 };
 
-///--------- End TextLCD_Base -----------
+//--------- End TextLCD_Base -----------
 
 
 
-///--------- Start TextLCD Bus -----------
+//--------- Start TextLCD Bus -----------
 
 /** Create a TextLCD interface for using regular mbed pins
   *
@@ -415,10 +415,10 @@
 };
 
     
-///----------- End TextLCD ---------------
+//----------- End TextLCD ---------------
 
 
-///--------- Start TextLCD_I2C -----------
+//--------- Start TextLCD_I2C -----------
 
 
 /** Create a TextLCD interface using an I2C PC8574 or PCF8574A portexpander
@@ -452,11 +452,11 @@
 };
 
 
-///---------- End TextLCD_I2C ------------
+//---------- End TextLCD_I2C ------------
 
 
 
-///--------- Start TextLCD_SPI -----------
+//--------- Start TextLCD_SPI -----------
 
 
 /** Create a TextLCD interface using an SPI 74595 portexpander
@@ -494,6 +494,6 @@
 
 };
 
-///---------- End TextLCD_SPI ------------
+//---------- End TextLCD_SPI ------------
 
 #endif