https://os.mbed.com/media/uploads/cdupaty/uoled-128-g1.jpg

Demo for u0LED128-G1 4D Systems 128x128 Graphic Display This simple demo demonstrates the use of graphical display controls. The library construction does not use a C ++ class.

Data Sheet : https://www.farnell.com/datasheets/356896.pdf

Ref 4DSystems for G2 version : https://4dsystems.com.au/uoled-128-g2

Revision:
3:5b27b27e68ab
Parent:
2:e92d97ac59e4
Child:
4:a2d1329d042c
--- a/main.cpp	Sat Jan 13 18:34:58 2018 +0000
+++ b/main.cpp	Wed Jan 09 22:22:22 2019 +0000
@@ -15,7 +15,7 @@
         pc.putc(c);
         pc.putc('\r');
         pc.putc('\n');
-        Thread::wait(500);
+        wait(0.5);
         pc.printf("Enter a character>");
     }
 }