Skip to content

Releases: Electro707/Simple-LED-Matrix-Library

Rev 2.0.0 Release

14 Oct 04:27
v2.0.0
be9f868
Compare
Choose a tag to compare

Rev 2.0.0 of this library some minor API change (and thus the new major rev), and some new features, including:

  • Better-documentation, including generated GIF images of what the display would do with the code ran
  • Fixed pgm_read_byte for other non-AVR cores
  • Removed rotateIndividualDislay from the setup class, it's called as it's own function
  • Added an option for vertical displays
  • Fixed some SPI settings
  • Added the following new functions:
    • setRowPixel
    • clearRowPixel
    • setColumnPixel
    • clearColumnPixel

Version 1.4.1 Release

11 Oct 20:55
Compare
Choose a tag to compare

Oops, looked like I forgot to create a function definition for the setPixel function (in other words the function didn't internally exist). This release fixes that, as well as adds some minor improvements, primarily to the sendMatrixBuffer function (which is used internally for all print and scrolling text functions).

See the CHANGELOG file for all changes

Version 1.4 Release

10 Oct 07:12
Compare
Choose a tag to compare

This new version of the library brings about more changes, like the simplification of functions, right to left text scrolling, and more! See the CHANGELOG file for details.

Version 1.3.1

10 Aug 02:40
Compare
Choose a tag to compare

This sub-release mainly pertains to the documentation of this library. It's now generated by Doxygen.

Here is the links to the new docs page: https://electro707.com/documentation/Libraries/simple_led_library/index.html

Version 1.3

31 Mar 23:55
Compare
Choose a tag to compare

This is the v1.3 release of the library. See CHANGELOG for more information as to what changed.

Initial tagging - Version 1.2

31 Mar 23:00
Compare
Choose a tag to compare

This the first tag this library has, which already had some changes done to it, so tagging will start at version 1.2.