Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SB1602E by
Diff: SB1602E.h
- 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:
