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
Diff: main.cpp
- Revision:
 - 4:2eed16fd0e71
 - Parent:
 - 3:847c4451cc97
 - Child:
 - 6:357ffd6308e4
 
diff -r 847c4451cc97 -r 2eed16fd0e71 main.cpp
--- a/main.cpp	Thu Jul 02 07:40:55 2015 +0000
+++ b/main.cpp	Thu Jul 02 07:45:54 2015 +0000
@@ -23,7 +23,7 @@
 {   uint16_t x=0;
  
     gOled.begin();
-    gOled.printf("%ux%u OLED Display\r\n", gOled.width(), gOled.height());
+    gOled.printf("%ux%u Hello World!\r\n", gOled.width(), gOled.height());
     gOled.display();