Skip to content

Releases: adafruit/Adafruit-SSD1351-library

1.3.2 Bump version in library.properties

15 Nov 15:17
da9f6b1
Compare
Choose a tag to compare

What's Changed

  • Update version number to 1.3.2 by @tyeth in #39

Full Changelog: 1.3.1...1.3.2

1.3.1 - Updated CI Actions versions

22 May 17:06
Compare
Choose a tag to compare
Update CI action versions

1.3.0 - Default 8MHz SPI Bus

10 May 20:51
4cd7a6c
Compare
Choose a tag to compare
  • Removed the convoluted preproc logic that was attempting to set perboard SPI speeds in favor of conservative 8MHz for all.

1.2.8 - Corrected default SPI frequency for NRF52840

03 Aug 20:16
71903cf
Compare
Choose a tag to compare

1.2.7 - Added BusIO dependancy to library.properties

28 Dec 19:11
a0a56bc
Compare
Choose a tag to compare

Fixed issue with display being unstable on an ESP32

13 Oct 23:36
Compare
Choose a tag to compare

This release fixes an issue with display not being stable on ESP32s due the SPI bus speed being too high.

Fixed issue with display not work on an M0 processor

05 Aug 19:31
46c7de9
Compare
Choose a tag to compare

This release fixes an issue with display not work on M0 processors due the SPI bus speed being too high.

1.2.4 - SPI bugfix for Due, added docs badge

25 Apr 01:40
ae2116c
Compare
Choose a tag to compare

Moving to GitHub Actions for CI

06 Apr 19:39
81b1bc3
Compare
Choose a tag to compare

This release moves Adafruit-SSD1351-library to use GitHub actions for Continuous Integration as well as adding automated checks for formatting using clang-format and automated documentation checks using Doxygen

Added enableDisplay Command and Fixed on Metro M4

30 Jul 22:56
3c1ac46
Compare
Choose a tag to compare

This release fixes an issue where it would not work correctly on the Metro M4. It also adds the enableDisplay command along with an example.