Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
