ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

ARM Mbed-os Support #241

Closed helmut64 closed 4 years ago

helmut64 commented 5 years ago

I spend some time to get the SSD1306 supported on Mbed OS. First functions are working, I am still working on it to get it completely supported.

For this I separated Arduino specific functions and data structures to get it more generic to work on multiple OS versions. I can support my changes for Arduino and mbed-os. Unfortunately mbed os does not support C++ 11 where I needed to change some functions and C++ initializers to get the code in common.

It looks to me this SSD1306 archive is more active than other SSD1306 projects, are you willing to merge my changes to make it multi-os compatible?

I also hope that other pull requests get merged into the lib.

Regards Helmut

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

helmut64 commented 4 years ago

mbed-os is included, can be closed.