PCF2119 library for I/O board
Fork of PCF2119 by
Diff: PCF2119.h
- Revision:
- 10:d13717a53fe0
- Parent:
- 9:27f430d086f3
--- a/PCF2119.h Wed Jul 09 03:54:42 2014 +0000 +++ b/PCF2119.h Wed Oct 25 14:51:09 2017 +0000 @@ -62,7 +62,7 @@ * @param type Sets the panel size/addressing mode (default = LCD16x2) * @param addr I2C address (default = 0x74) */ - PCF2119(PinName sda, PinName sck, PinName reset, LCDType type = LCD16x2, char addr = 0x74); + PCF2119(PinName sda, PinName sck, PinName reset, LCDType type = LCD16x2, char addr = 0x3b); /** Create a TextLCD interface * @@ -71,7 +71,7 @@ * @param type Sets the panel size/addressing mode (default = LCD16x2) * @param addr I2C address (default = 0x74) */ - PCF2119(I2C &i2c, PinName reset, LCDType type = LCD16x2, char addr = 0x74); + PCF2119(I2C &i2c, PinName reset, LCDType type = LCD16x2, char addr = 0x3b); #if DOXYGEN_ONLY /** Write a character to the LCD