display code

Dependencies:   mbed Adafruit_GFX

Files at this revision

API Documentation at this revision

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();