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.
Revision 19:510758220ecc, committed 2019-06-05
- Comitter:
- jinyoung_KIL
- Date:
- Wed Jun 05 04:49:52 2019 +0000
- Parent:
- 18:3112550cc6a3
- Commit message:
- Adafruit_GFX
Changed in this revision
| Adafruit_SSD1306.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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)
{