syouichi imamori / Mbed OS MulticopterQuadX

Dependencies:   IAP

Revision:
7:16bf0085d914
Parent:
4:4060309b9cc0
Child:
8:1db19b529b22
--- 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;