8 years, 2 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:

A derived version of the BSD licensed Adafrut GFX library for the SSD1306 controller for an OLED 128x32 or 128x64 display using SPI or I2C. display, I2C, OLED, SPI, SSD1306
posted by William Garrido 09 Feb 2016

2 Answers

8 years, 2 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
7 years, 8 months ago.

Do you have example code that works with mbed?