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: mbed Adafruit_GFX
Revision 15:93f9cfec830d, committed 2019-09-27
- Comitter:
- dilanka_l
- Date:
- Fri Sep 27 13:45:10 2019 +0000
- Parent:
- 14:2fc2f14f5f86
- Commit message:
- dilanka edited
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Sep 25 15:57:32 2019 +0000
+++ b/main.cpp Fri Sep 27 13:45:10 2019 +0000
@@ -13,6 +13,7 @@
uint16_t x=0;
myOled.begin();
+
myOled.printf("%ux%u \nHellow World\r\n", myOled.width(), myOled.height());
myOled.display();