Skip to content

Releases: sparkfun/SparkFun_Micro_OLED_Arduino_Library

Add public initDisplay()

21 Mar 22:05
Compare
Choose a tag to compare
  • Overload begin() and default rst to 255
  • Don't do hardware reset if rst pin is not set

Version 1.3.3

08 May 06:33
f3f475d
Compare
Choose a tag to compare

This release:

  • Fixes some minor compiler warnings

Version 1.3.2

05 Apr 06:58
8cb3b04
Compare
Choose a tag to compare

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

Version 1.3.1

03 Mar 15:57
Compare
Choose a tag to compare

This release:

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

MicroOLED: Version 1.3 - A New Hope

13 Dec 08:46
3a8c239
Compare
Choose a tag to compare

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.

Version 1.2.10

11 Dec 09:40
Compare
Choose a tag to compare

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

Fix drawIcon() typo

21 Nov 21:08
Compare
Choose a tag to compare
v1.2.9

Update library.properties

Add drawIcon() and resort examples.

16 Nov 04:12
Compare
Choose a tag to compare
v1,2.8

Update readme and library properties.

Version 1.2.7

10 Jun 18:41
39bc822
Compare
Choose a tag to compare

Add comments and Wire.begin()

Version 1.2.6

18 Dec 23:16
Compare
Choose a tag to compare

Removes call of Wire.begin from library