use 128*64
Fork of Adafruit_FeatherOLED by
Revision 19:5a9708927d23, committed 2017-09-27
- Comitter:
- feilang
- Date:
- Wed Sep 27 14:27:50 2017 +0000
- Parent:
- 18:a267f00528be
- Commit message:
- use 128*64 OLED
Changed in this revision
Adafruit_SSD1306.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r a267f00528be -r 5a9708927d23 Adafruit_SSD1306.h --- a/Adafruit_SSD1306.h Tue Feb 07 23:52:12 2017 +0000 +++ b/Adafruit_SSD1306.h Wed Sep 27 14:27:50 2017 +0000 @@ -89,7 +89,7 @@ * @param rawHeight - The vertical number of pixels for the display, defaults to 32 * @param rawWidth - The horizonal number of pixels for the display, defaults to 128 */ - Adafruit_SSD1306_I2c(I2C &i2c, uint8_t i2cAddress = SSD_I2C_ADDRESS, uint8_t rawHeight = 32, uint8_t rawWidth = 128) + Adafruit_SSD1306_I2c(I2C &i2c, uint8_t i2cAddress = SSD_I2C_ADDRESS, uint8_t rawHeight = 64, uint8_t rawWidth = 128) : Adafruit_SSD1306(rawHeight, rawWidth) , mi2c(i2c) , mi2cAddress(i2cAddress)