Adafruit

Dependents:   line_tracing

Revision:
19:510758220ecc
Parent:
15:77feec1c0684
--- a/Adafruit_SSD1306.h	Tue Jun 23 09:49:01 2015 +0000
+++ b/Adafruit_SSD1306.h	Wed Jun 05 04:49:52 2019 +0000
@@ -171,7 +171,7 @@
 	 * @param rawWidth - The horizonal number of pixels for the display, defaults to 128
 	 */
 	Adafruit_SSD1306_I2c(I2C &i2c, PinName RST, uint8_t i2cAddress = SSD_I2C_ADDRESS, uint8_t rawHeight = 32, uint8_t rawWidth = 128)
-	    : Adafruit_SSD1306(RST, rawHeight, rawWidth)
+	    : Adafruit_SSD1306(RST, rawHeight, rawWidth)	// 0x78 = 0b0111 1000
 	    , mi2c(i2c)
 	    , mi2cAddress(i2cAddress)
 	    {