9 years, 7 months ago.

Adafruit SSD1306 library for C language?

Hello,

I am working with OLED_W_Click with SSD1306, I needed to display characters and I have found this library (Adafruit for SSD1306). I can see it is written for C++, do you have a similar library written for C ?

I would appreciate your answer. Thank you

Question relating to:

posted by William Garrido 09 Feb 2016

2 Answers

9 years, 7 months ago.

Instead you could use the u8glib. I have used it before with that OLED controller and mbed. Its on github now. https://github.com/olikraus/u8glib

Do you have example code for this that works on the mbed online IDE?

posted by Jason Kahana 25 Jul 2016
9 years, 2 months ago.

Do you have example code that works with mbed?