C.Dupaty 03-2018 test on NUCLEO STM32-F411RE LCD 2x16, I2C interface Chinese model, adress I2C=0x4E (search on AliExpress for IIC/I2C 1602 Module) Important ! configure in TextLCD_Config.h : Valid only one of the lines : #define DFROBOT 0 // chinese OK #define YWROBOT 0 // chinese 0K #define SYDZ 1 // chinese OK Font is the same as http://www.farnell.com/datasheets/2362518.pdf
Fork of TextLCD by
/* Hello World! for the TextLCD Enhanced Library C.Dupaty 03-2018 test on NUCLEO STM32-F411RE LCD 2x16, I2C interface Chinese model, adress I2C=0x4E (search on AliExpress for IIC/I2C 1602 Module) Important ! configure in TextLCD_Config.h : Valid only one of the lines :
- define DFROBOT 0 chinese OK
- define YWROBOT 0 chinese 0K
- define SYDZ 1 chinese OK Font is the same as http://www.farnell.com/datasheets/2362518.pdf
- /
History
C.Dupaty 03-2018; LCD 2x16, I2C interface, tested on NUCLEO STM32-F411RE; Chinese model, adress I2C=0x4E on PCF8574; Search on AliExpress for IIC/I2C 1602 Module; ;
2018-03-24, by cdupaty [Sat, 24 Mar 2018 15:35:41 +0000] rev 42
C.Dupaty 03-2018; LCD 2x16, I2C interface, tested on NUCLEO STM32-F411RE; Chinese model, adress I2C=0x4E on PCF8574; Search on AliExpress for IIC/I2C 1602 Module; ;
Added setFont() support (for SSD1803, US2066, ST7070) and support for UTF-8 code (Cyrillic language), added SPLC792A controller.
2015-11-06, by wim [Fri, 06 Nov 2015 18:59:27 +0000] rev 41
Added setFont() support (for SSD1803, US2066, ST7070) and support for UTF-8 code (Cyrillic language), added SPLC792A controller.
Fixed an occasional init problem. Added PCF2119R support, added HD66712 support, added some more I2C portexpander types.
2015-05-20, by wim [Wed, 20 May 2015 18:46:51 +0000] rev 40
Fixed an occasional init problem. Added PCF2119R support, added HD66712 support, added some more I2C portexpander types.
Working version PCF2119
2015-05-19, by wim [Tue, 19 May 2015 18:13:00 +0000] rev 39
Working version PCF2119
Fixed Adafruit I2C/SPI portexpander pinmappings, fixed SYDZ Backlight control
2015-04-18, by wim [Sat, 18 Apr 2015 11:33:02 +0000] rev 38
Fixed Adafruit I2C/SPI portexpander pinmappings, fixed SYDZ Backlight control
Cleaned up low level command and data write operations to improve speed of I2C expander versions (PCF8574 and MCP23008). Added initial support for controllers with alternative fonttables.
2015-03-29, by wim [Sun, 29 Mar 2015 13:08:03 +0000] rev 37
Cleaned up low level command and data write operations to improve speed of I2C expander versions (PCF8574 and MCP23008). Added initial support for controllers with alternative fonttables.
Added ST7070 and KS0073 support, added setIcon(), clrIcon() and setInvert() method for supported devices.
2014-11-25, by wim [Tue, 25 Nov 2014 19:21:18 +0000] rev 36
Added ST7070 and KS0073 support, added setIcon(), clrIcon() and setInvert() method for supported devices.
Added AC780 support, added I2C expander module types, fixed setBacklight() for inverted logic I2C expander modules. Fixed bug in LCD_SPI_N define.
2014-10-10, by wim [Fri, 10 Oct 2014 15:47:56 +0000] rev 35
Added AC780 support, added I2C expander module types, fixed setBacklight() for inverted logic I2C expander modules. Fixed bug in LCD_SPI_N define.
Added support for PT6314 (VFD), added setOrient() method for supported devices (eg SSD1803, US2066), added Double Height lines and 16 UDCs for supported devices. Added separate files for UDC defines and feature/footprint configuration.
2014-09-27, by wim [Sat, 27 Sep 2014 12:38:27 +0000] rev 34
Added support for PT6314 (VFD), added setOrient() method for supported devices (eg SSD1803, US2066), added Double Height lines and 16 UDCs for supported devices. Added separate files for UDC defines and feature/footprint configuration.
Added support for controllers US2066/SSD1311 (OLED), added setUDCBlink method for supported devices (eg SSD1803), fixed issue in setPower()
2014-08-28, by wim [Thu, 28 Aug 2014 15:44:08 +0000] rev 33
Added support for controllers US2066/SSD1311 (OLED), added setUDCBlink method for supported devices (eg SSD1803), fixed issue in setPower()