Filip Stevanovic / Mbed OS 19E042PIM_T3_2020_0039

Dependencies:   Adafruit_GFX 19E042PIM_MB_PINS

Files at this revision

API Documentation at this revision

Comitter:
filip_ste
Date:
Sat Dec 11 16:09:42 2021 +0000
Parent:
3:522c779c5f29
Child:
5:b4c6bef81c0b
Commit message:
Filip Stevanovic 2020/0039

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Dec 11 16:06:24 2021 +0000
+++ b/main.cpp	Sat Dec 11 16:09:42 2021 +0000
@@ -116,7 +116,7 @@
     else if(s == "oled")
     {
         oledInit = true;
-        //myOLED.begin();
+        myOLED.begin();
         //myOLED.clearDisplay();
         //myOLED.display();
     }