Releases: adafruit/Adafruit_SSD1306
Releases · adafruit/Adafruit_SSD1306
2.0.3 - Changed splash.h to use binary literals instead of hex
Update library.properties
2.0.2 - Bugfix for order arduino versions
Update library.properties
2.0.1 - Bugfix: don't use PortReg for mbed
Update library.properties
BREAKING CHANGES: Updated color constants to not conflict with other libraries
BREAKING CHANGES Color constants have been updated to not conflict with other libraries. If you are using the color constants in your code, you may need to update them by appending SSD1306_ to them.
1.3.0
Update library.properties
Change Wire clock behavior (400 KHz default, override in constructor)
1.2.9 Change Wire clock behavior (400 KHz default, override in constructor)
Fixes for WICED Feather hardware SPI
1.2.8 Fixes for WICED Feather hardware SPI
Update docs & examples
1.2.7 Update .travis.yml
Fix software SPI & other details
1.2.6 Clean up transactions, thanks prenticedavid!
WICED Feather support (I2C and soft SPI only)
1.2.5 WICED Feather support (no HW SPI), revert ssd1306_command() behavior