Releases: sparkfun/SparkFun_Qwiic_OLED_Arduino_Library
Releases · sparkfun/SparkFun_Qwiic_OLED_Arduino_Library
Version 1.0.15
- Removes compiler warnings
- Adds same bitmap fix from v1.0.14 to the ch1120 driver
Version 1.0.14
- Includes fix for bitmap drawing/memory corruption.
Version 1.0.13
This Release:
- Fixed another issue with device instance data initialization order. See: #20
Version 1.0.12
This Release:
- Includes fix for init failure when allocing the device object off the heap. #20
Version 1.0.11
This Release:
- Includes the fix for bitmap Y drawing issue #17
Version 1.0.10
This release:
- Updates the docs and examples to include the SparkFun Qwiic OLED - (1.3in., 128x64)
Version 1.0.9
This release adds the QwiicCustomOLED class:
- The display width, height, contrast etc. can be defined manually before the display is begun
- This allows a single class to be used for multiple display types
- This is useful when writing code for a product which could have either a 64x48 Micro OLED or a 128x64 1.3" OLED connected
- Please see the new Example-09 for more details
Version 1.0.8
This release:
- Adds support for the new Qwiic OLED 1.3" (128x64 white pixels, 1.3 inch diagonal)
Update to include bug fix for MKR 1010 board
Includes bug fix for MRK1010 compile issues
Arduino Property cleanup, fix include for pgmspace include on some platforms
Two fixes in this release:
- Fix title of the library in library.properties file
- Fix the include file logic for pgmspace.h -- in support of Arduino BLE Sense boards