Version 2.0 of TextLCD_SB1602E. The old class driver has been rewritten in more common manner of I2C devices.

Dependents:   SB1602E_Hello BME280_LCD PreHeater PreHeater ... more

Hello program for the text LCD module "SB1602E" class library

This is the version 2.0 of the TextLCD_SB1602E. /media/uploads/okano/dsc_0744.jpg

https://developer.mbed.org/media/components/pinouts/lcd2.png

The "Hello" program is available

Import programSB1602E_Hello

A Hello program for the text LCD module SB1602E class driver. The SB1602E's old class driver (TextLCD_SB1602B) has been rewritten in more common manner of I2C devices.

And the "Test" program is available also.
The test program can demonstrate full functionalities of this library.

Import programSB1602E_test

Test program for SB1602E class library

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: