Releases: Electro707/Simple-LED-Matrix-Library
Rev 2.0.0 Release
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
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
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
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
This is the v1.3 release of the library. See CHANGELOG for more information as to what changed.
Initial tagging - Version 1.2
This the first tag this library has, which already had some changes done to it, so tagging will start at version 1.2.