kazuki ishibashi / Mbed 2 deprecated display_irita

Dependencies:   Adafruit_GFX mbed

Fork of I2C_SSD1306_Helloworld_WIZwiki-W7500 by IOP

Files at this revision

API Documentation at this revision

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