Demonstration of SSD1308 OLED driver library

Dependencies:   mbed SSD1308_128x64_I2C

Revision:
4:83b4e905be5b
Parent:
3:1337e3d65ed0
Child:
5:dff410a009c5
--- a/main.cpp	Wed Jul 18 13:59:03 2012 +0000
+++ b/main.cpp	Wed Jul 18 14:14:19 2012 +0000
@@ -218,7 +218,6 @@
 
           case '9' :
                      pc.printf("Display bitmap\r\n");          
-//                     oled.writeBitmap((PAGES*COLUMNS), (uint8_t*) mbed_logo);
                      oled.writeBitmap((uint8_t*) mbed_logo);
                                         
                      break;