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.
Fork of Adafruit_GFX by
Revision 7:779204e24db4, committed 2014-10-18
- Comitter:
- Neal Horman
- Date:
- Sat Oct 18 12:05:58 2014 -0500
- Parent:
- 6:1be3e3b46eb7
- Child:
- 8:416b8fe451b3
- Commit message:
- missed this define change in the last change set
Changed in this revision
| Adafruit_SSD1306.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_SSD1306.h Sat Oct 18 11:47:17 2014 -0500 +++ b/Adafruit_SSD1306.h Sat Oct 18 12:05:58 2014 -0500 @@ -72,7 +72,7 @@ #endif //#define WITHOUT_SPLASH -#define I2C_ADDRESS 0x78 +#define SSD_I2C_ADDRESS 0x78 #define SSD_Command_Mode 0x00 #define SSD_Data_Mode 0x40
