Author Topic: OakOLED Library  (Read 20059 times)

netguy204

  • Newbie
  • *
  • Posts: 20
OakOLED Library
« on: August 07, 2016, 03:46:54 pm »
https://github.com/netguy204/OakOLED

This is a driver for the Adafruit_GFX graphics stack that supports the Oak OLED. The OLED appears to be an SSD1306 but the stock Adafruit driver doesn't support it (I presume because of the lack of a reset pin). This driver is derived from the Oak OLED_minimal example but targets the GFX stack and provides fonts, bitmaps, shapes, etc.

Enjoy!

netguy204

  • Newbie
  • *
  • Posts: 20
Re: OakOLED Library
« Reply #1 on: August 10, 2016, 02:43:33 am »
OakOLED was just accepted into the Arduino library list. You can now install it through library manager in the usual way!

Freddie43

  • Newbie
  • *
  • Posts: 1
Re: OakOLED Library
« Reply #2 on: September 27, 2019, 08:43:16 am »
This sounds good, but could we please have an example of how to use it?
I have been stuck too long with being unable to reset 128x32 OLEDs
Thanks