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.

History

added #include "Stream.h" (need to run on mbed-os6.2.0) default tip

2020-08-04, by kenjiArai [Tue, 04 Aug 2020 03:55:44 +0000] rev 31

added #include "Stream.h" (need to run on mbed-os6.2.0)


merge Wim Huiskamp's latest(Nov. 2015) revision and modified for counter measure compile errors

2020-02-24, by kenjiArai [Mon, 24 Feb 2020 10:47:12 +0000] rev 30

merge Wim Huiskamp's latest(Nov. 2015) revision and modified for counter measure compile errors


Added setContrast() function for ST7032i

2014-06-15, by kenjiArai [Sun, 15 Jun 2014 03:22:32 +0000] rev 29

Added setContrast() function for ST7032i


Updated to support ST7032i with native I2C and SPI interface.

2014-06-14, by wim [Sat, 14 Jun 2014 17:04:25 +0000] rev 28

Updated to support ST7032i with native I2C and SPI interface.


First test of native SPI

2014-06-13, by wim [Fri, 13 Jun 2014 19:02:26 +0000] rev 27

First test of native SPI


Added support for MCP23008 I2C expander, added pinmapping for Adafruit I2C and SPI backplane.

2014-05-30, by wim [Fri, 30 May 2014 15:05:13 +0000] rev 26

Added support for MCP23008 I2C expander, added pinmapping for Adafruit I2C and SPI backplane.


Added support for controllers with native SPI interface.

2014-05-10, by wim [Sat, 10 May 2014 21:34:51 +0000] rev 25

Added support for controllers with native SPI interface.


Added ST7032 support + SPI mode

2014-05-10, by Sissors [Sat, 10 May 2014 13:50:25 +0000] rev 24

Added ST7032 support + SPI mode


Docs update

2014-04-02, by wim [Wed, 02 Apr 2014 18:16:37 +0000] rev 23

Docs update


Refactored TextLCD bus version to fix issue with pins default defined as NC.; Note: I2C and SPI versions now need to be declared as TextLCD_I2C() or TextLCD_SPI() in user code.

2014-04-02, by wim [Wed, 02 Apr 2014 17:49:55 +0000] rev 22

Refactored TextLCD bus version to fix issue with pins default defined as NC.; Note: I2C and SPI versions now need to be declared as TextLCD_I2C() or TextLCD_SPI() in user code.