Thursday 26 April 2018

Driving an OLED 1.3" display - Arduino functions

Over the last year I have developed a header file which provides a set of standard functions based on the u8g2 library for display on an OLED display (I use a 1.3" one with an SH1106 controller and I2C interface to A4-SDA & A5 SCL pins.)

Here is the Oled.h manual

And here is the code.

Put this header file in a folder called "Oled" in your Arduino's libraries folder and include it in your sketches.

No comments: