Version 2.1 of TextLCD_SB1602E (forked).

Dependents:   BME280_environmental_recorder kids_workshop

Fork of SB1602E by Tedd OKANO

Revision:
1:fce3e353410c
Parent:
0:995f80348e02
Child:
2:baf578069dfc
--- a/SB1602E.h	Mon Oct 20 12:54:53 2014 +0000
+++ b/SB1602E.h	Mon Jan 05 05:19:43 2015 +0000
@@ -1,8 +1,8 @@
 /** Text LCD module "SB1602E" class library
  *
  *  @author  Tedd OKANO & Masato YAMANISHI
- *  @version 2.0
- *  @date    20-Oct-2014
+ *  @version 2.01
+ *  @date    05-Jan-2015
  *
  *  SB1602E is an I2C based low voltage text LCD panel (based Sitronix ST7032 chip)
  *  The module by StrawberryLinux
@@ -51,9 +51,6 @@
  *  }
  *  @endcode
  */
-
-#define     DEFAULT_CONTRAST    0x35
-
 class SB1602E
 {
 public: