Hi, I have exactly the same question, did you get any answers? Did you get this working?
I just ordered this 96x96 OLED board with a seeed arch pro,
Initially things looked great because the arch pro has the grove connector then I realized that this OLED uses the SSD1327 driver which I have no experience with.
Does anyone out there have this working with mbed?
Does anyone even know the I2C address?
Thanks for ordering Arch Pro and 96 and OLED display.
As far I know, there is no mbed library available for this display. We have only the arduino library for this display. Please see 96x96 OLED Display arduino library. It is should be easy to port this library to mbed.
The initialization function, I2C address, various functions for using the OLED display are already available in the above code. Let us know if you need any further information.
Thanks for the quick responses folks. I actually took a look at the Arduino example library supplied (thanks!!) and have ported that over to the mbed platform.