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:
7:0b422690f413
Parent:
6:a5886100eeeb
--- a/main.cpp	Tue Oct 04 08:21:19 2022 +0000
+++ b/main.cpp	Tue Oct 04 08:50:37 2022 +0000
@@ -22,7 +22,7 @@
 * L432KC D11 - OLED 2 MOSI  hardware definef for the SPI
 * L432KC A7  - OLED 1 CS   or any other free
 * L432KC D10 - OLED 7 DC   or any other free
-* L432KC D6  - OLED 8 RES   or any other free
+* L432KC A6  - OLED 8 RES   or any other free
 * L432KC D2    - OLED 9 VCCEN  Enable, or connect to VCC
 * L432KC D3    - OLED10 PMODEN  Pmod Enable, or connect to VCC
 *  GND     - OLED 5 Ground