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.
- SB1602E is an I2C based low voltage text LCD panel (based Sitronix ST7032 chip)
- http://strawberry-linux.com/catalog/items?code=27002 (Online shop page (Japanese))
- http://strawberry-linux.com/pub/ST7032i.pdf (datasheet of the chip)
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
History
Add printf with X-Y parameters and setter of number of chars in a line
2015-04-07, by MACRUM [Tue, 07 Apr 2015 05:03:44 +0000] rev 2
Add printf with X-Y parameters and setter of number of chars in a line
correction for file name and online-document
2015-01-05, by okano [Mon, 05 Jan 2015 05:19:43 +0000] rev 1
correction for file name and online-document
version 2.0 of TextLCD_SB1602E
2014-10-20, by okano [Mon, 20 Oct 2014 12:54:53 +0000] rev 0
version 2.0 of TextLCD_SB1602E