irira=

Dependencies:   Adafruit_GFX mbed

Fork of I2C_SSD1306_Helloworld_WIZwiki-W7500 by IOP

Revision:
1:6b03b9f64311
Parent:
0:81a58b2fb28e
Child:
3:847c4451cc97
--- 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());