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.
Diff: I2cPeripherals/I2cPeripherals.cpp
- Revision:
- 7:16bf0085d914
- Parent:
- 4:4060309b9cc0
- Child:
- 8:1db19b529b22
diff -r a50e6d3924f1 -r 16bf0085d914 I2cPeripherals/I2cPeripherals.cpp
--- a/I2cPeripherals/I2cPeripherals.cpp Tue Feb 24 09:28:29 2015 +0000
+++ b/I2cPeripherals/I2cPeripherals.cpp Tue Apr 28 01:48:21 2015 +0000
@@ -37,7 +37,7 @@
_i2c.write(LCD_addr,tx,2);
tx[1] = 0x5C | ((contrast >> 4) & 0x03);
_i2c.write(LCD_addr,tx,2);
- tx[1] = 0x6A;
+ tx[1] = 0x6C;
_i2c.write(LCD_addr,tx,2);
wait(0.3);
tx[1] = 0x0C;