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 19:faf5ed3eb799, committed 2015-02-25
- Comitter:
- tsh
- Date:
- Wed Feb 25 22:00:53 2015 +0000
- Parent:
- 18:515811a6a589
- Child:
- 20:ddd57008bcbf
- Commit message:
- constructor unwound, transfer stalls.
Changed in this revision
| Adafruit_SSD1306.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_SSD1306.h Wed Feb 25 20:32:45 2015 +0000
+++ b/Adafruit_SSD1306.h Wed Feb 25 22:00:53 2015 +0000
@@ -241,9 +241,9 @@
, dc(DC,false)
, mspi(*_spi)
{
- begin();
- splash();
- display();
+ // begin();
+ // splash();
+ // display();
};
virtual void command(uint8_t c)
