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 Wim Huiskamp

/* 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 :

  1. define DFROBOT 0 chinese OK
  2. define YWROBOT 0 chinese 0K
  3. define SYDZ 1 chinese OK Font is the same as http://www.farnell.com/datasheets/2362518.pdf
  • /

Revisions of TextLCD_Config.h

Revision Date Message Actions
42:680cfba1dd9a 2018-03-24 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; ; File  Diff  Annotate
41:111ca62e8a59 2015-11-06 Added setFont() support (for SSD1803, US2066, ST7070) and support for UTF-8 code (Cyrillic language), added SPLC792A controller. File  Diff  Annotate
40:d3496c3ea301 2015-05-20 Fixed an occasional init problem. Added PCF2119R support, added HD66712 support, added some more I2C portexpander types. File  Diff  Annotate
39:e9c2319de9c5 2015-05-19 Working version PCF2119 File  Diff  Annotate
38:cbe275b0b647 2015-04-18 Fixed Adafruit I2C/SPI portexpander pinmappings, fixed SYDZ Backlight control File  Diff  Annotate
37:ce348c002929 2015-03-29 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. File  Diff  Annotate
36:9f5f86dfd44a 2014-11-25 Added ST7070 and KS0073 support, added setIcon(), clrIcon() and setInvert() method for supported devices. File  Diff  Annotate
35:311be6444a39 2014-10-10 Added AC780 support, added I2C expander module types, fixed setBacklight() for inverted logic I2C expander modules. Fixed bug in LCD_SPI_N define. File  Diff  Annotate
34:e5a0dcb43ecc 2014-09-27 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. File  Diff  Annotate