The code is developed for the hardware NUCLEO-L432KC and Digilent Pmod OLEDrgb. The purpose is to make students learn the development process and test that the hardware works fine. For converting this to Mbed OS 6 Adafruit_GFX.h needed to add #include "Stream.h" in beginning of the Adafruit_GFX.h Adafruit_SSD1331.cpp wait_ms(200) replaced with ThisThread::sleep_for(200ms); for all the similar wait_ms lines.

Dependencies:   Adafruit-GFX-MbedOS6

Revision:
3:64fb84822c90
Parent:
0:9f57fa937a86
--- a/Adafruit_SSD1331_MbedOS6.lib	Mon Aug 31 10:48:14 2020 +0000
+++ b/Adafruit_SSD1331_MbedOS6.lib	Thu Oct 01 05:28:04 2020 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/timo_k2/code/Adafruit_SSD1331_Mbed_OS6/#5fe0e63aef2e
+https://os.mbed.com/users/timo_k2/code/Adafruit_SSD1331_Mbed_OS6/#11d9550aa262