displaying on SSD1306, 128x64 pixels OLED

Dependencies:   microbit

Revision:
9:d15f84b277f3
Parent:
8:5972683a7190
Child:
10:8bf77efd1579
--- a/Display.cpp	Mon Feb 24 18:31:22 2020 +0000
+++ b/Display.cpp	Mon Feb 24 18:44:22 2020 +0000
@@ -4,6 +4,8 @@
 /**
   * When constructed from MicroBit's  MicroBitDisplay of a not yet initialized 
   * MicroBit object - that must be done before using the Display instance.
+  *
+  * @param uDpl is e.g. MicroBit's  MicroBitDisplay
   */
 Display::Display(MicroBitDisplay & uDpl) : uDisplay(uDpl)  {
     clearStick();