Adaptation of the uOLED 96x96 graphics library to uOLED-128-G1. DataSheet: https://www.farnell.com/datasheets/356896.pdf https://4dsystems.com.au/

Dependents:   uOLED-128-G1-CLASS-DEMO

Adaptation of the uOLED 96x96 graphics library to uOLED-128-G1. For edit color use : https://www.mathsisfun.com/hexadecimal-decimal-colors.html

Demo program vaible here : https://os.mbed.com/users/cdupaty/code/uOLED-128-G1-CLASS-DEMO/

DataSheet: https://www.farnell.com/datasheets/356896.pdf

https://4dsystems.com.au/

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

Connexions

https://os.mbed.com/media/uploads/cdupaty/uoled22_-medium-.jpg https://os.mbed.com/media/uploads/cdupaty/uoled11_-medium-.jpg

Video demo from Youtube

https://youtu.be/QGD0pg0KP_E

main.cpp for testing

https://os.mbed.com/media/uploads/cdupaty/main.cpp

Revision:
8:0a92ceb34cd0
Parent:
7:c2fa784eb477
Child:
11:1686d4d4bbdb
--- a/uOLED.h	Mon Dec 20 19:47:17 2010 +0000
+++ b/uOLED.h	Mon Dec 20 20:04:15 2010 +0000
@@ -183,4 +183,6 @@
     DigitalOut  _reset;
     
     void resetDisplay();
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file