Releases: adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino
Releases · adafruit/Adafruit-SSD1331-OLED-Driver-Library-for-Arduino
Fixed ESP32 hwspi Usage and added Rotation
What's Changed
- Fixes ESP32 hwspi and adds Rotation by @makermelissa in #34
Full Changelog: 1.2.3...1.3.0
1.2.3 Add missing header guard (ifdef)
What's Changed
- Added missing header guard by @Robert-Kurczak in #31
New Contributors
- @Robert-Kurczak made their first contribution in #31
Full Changelog: 1.2.2...1.2.3
1.2.2 Bump version in library.properties
1.2.1 - Updated CI Actions versions
Update CI action versions
1.2.0 - Moved repository to GitHub Actions, updated doxygen documentation
Added GFX Demo from NeoMatrix / RGBPanel
Added GFX Demo which was ported from NeoMatrix / RGBPanel by @marcmerlin
Added Display Enable/Disable Option
Added Display Enable/Disable Option to prevent burn-in. Thanks @Paraphraser.
Updates and Fixes
- Updated library to use sendCommand for better code
- test example now works with the GFX library
- Tested and working on Arduino, ESP8266, and Teensy 3.6
- bmp example removed
Now subclassing SPITFT for big speed increases!
1.1.0 bump for release!
Fixes swap()
1.0.2 Add GitHub issue template