PCF2119 library for I/O board
Fork of PCF2119 by
Revision 10:d13717a53fe0, committed 2017-10-25
- Comitter:
- sc1951
- Date:
- Wed Oct 25 14:51:09 2017 +0000
- Parent:
- 9:27f430d086f3
- Commit message:
- Added LCD library
Changed in this revision
| PCF2119.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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
