SparkFun Micro OLED Arduino Library Versions Save

Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.

v1.3.4

2 years ago
  • Overload begin() and default rst to 255
  • Don't do hardware reset if rst pin is not set

v1.3.3

3 years ago

This release:

  • Fixes some minor compiler warnings

v1.3.2

3 years ago

This release:

  • Now compiles and runs correctly on Artemis (APOLLO3) core v2 (MBED)
  • Allows fonts to be included or excluded individually to save memory - thank you @lutorm #33 and #32
  • Adds Example11 which shows how to: use getTotalFonts; check if setFontType is successful; and use the LARGELETTER font

v1.3.1

3 years ago

This release:

  • Gets library.json and library.properties back into sync - thank you @maxgerhardt #30

v1.3.0

3 years ago

Prior to version 1.3, this library was hard-wired to the Wire I2C and SPI ports. Version 1.3 allows alternate ports to be used, in a way which is backward-compatible with the previous versions. Please see the README for more details.

v1.2.10

3 years ago

This release includes:

  • prevent-write-outside-buffer corrections (thank you @nseidle)
  • improved I2C transfer speeds (based on an idea by @mleibman in #18)
  • the missing scroll functions (thank you @halveez for spotting this in #24)
  • line drawing corrections (thank you @buckle2000 for spotting this in #12)
  • enableDebugging

v1.2.9

3 years ago

v1,2.8

3 years ago

v1.2.7

4 years ago

Add comments and Wire.begin()

V_1.2.6

5 years ago

Removes call of Wire.begin from library