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.
Dependencies: Adafruit_GFX mbed
Fork of I2C_SSD1306_Helloworld_WIZwiki-W7500 by
Revision 1:6b03b9f64311, committed 2015-06-25
- Comitter:
- kaizen
- Date:
- Thu Jun 25 05:29:49 2015 +0000
- Parent:
- 0:81a58b2fb28e
- Child:
- 2:65070b41479c
- Commit message:
- First Release SSD1306_LCD-HelloWorld
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed-src.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 23 09:49:31 2015 +0000
+++ b/main.cpp Thu Jun 25 05:29:49 2015 +0000
@@ -24,7 +24,7 @@
Serial pc(USBTX,USBRX);
int main()
-{ uint16_t x=0, y=0;
+{ uint16_t x=0;
gOled.begin();
gOled.printf("%ux%u OLED Display\r\n", gOled.width(), gOled.height());
--- a/mbed-src.lib Tue Jun 23 09:49:31 2015 +0000 +++ b/mbed-src.lib Thu Jun 25 05:29:49 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-src/#c0158e191c68 +http://developer.mbed.org/users/kaizen/code/mbed-src/#9fa26d516dae
