display code
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 |
diff -r 2fc2f14f5f86 -r 93f9cfec830d main.cpp --- 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();