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.

Dependents:   servo_sensor ArchPro_TFT BLE_Display SSD1306_demo ... more

This pull request has been accepted and merged in by Neal Horman

display bug in i2c version

Hi, I fixed a bug in the sendDisplayBuffer() function in the i2c version. It caused a wrap around of the first column in the display. Hope it works, it is my first pull request. Jojo

i2c version has an offset due to wrong copy of temp buffer to display buffer, fixed in Adafruit_SSD1306.h

1 comment:

10 Dec 2014

Hi, thanks for the fixes. For some reason, I didn't get a notification for the pull request... spam filter.... I'll test them on spi and commit them.