Releases: sparkfun/SparkFun_Qwiic_OLED_Arduino_Library
Releases · sparkfun/SparkFun_Qwiic_OLED_Arduino_Library
Version 1.0.13
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
Release I2C bus on ESP32
ESP32 I2C has a weird bug with repeated starts. This release changes the bulk I2C write for ESP32 platforms that releases bus between each write.
Add reset(bool clearDisplay)
Allows a user to send the init commands to the display without toggling it on/off. This helps a long running system make sure the display have not gotten corrupt, while doing it unobtrusively (user does not see a blinking screen).