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: Adafruit_SSD1306.h
- Revision:
- 15:77feec1c0684
- Parent:
- 12:7964c2cfdebc
- Child:
- 18:6fc8104e8548
--- a/Adafruit_SSD1306.h Sat Oct 25 20:41:38 2014 +0000 +++ b/Adafruit_SSD1306.h Tue Nov 11 22:02:52 2014 +0000 @@ -208,7 +208,7 @@ // TODO - this will segfault if buffer.size() % 16 != 0 for(x=1; x<sizeof(buff); x++) - buff[x] = buffer[i+x]; + buff[x] = buffer[i+x-1]; mi2c.write(mi2cAddress, buff, sizeof(buff)); } };