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

Reset text cursor when reset

When the screen was cleared with Adafruit_SSD1306::clearDisplay, the text cursor position was not reset. Now it is.

Adafruit GFX with some tweaks