Skip to content

Commit

Permalink
version 2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Mar 12, 2023
1 parent 67f44d6 commit 4067807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.3]
### Fixed
- The row scan timing was too long on ESP32 platforms. Adjusted this timing to remove visible blinking.
- Fixed Color Gradient example so thatit propery compiles.
Expand Down Expand Up @@ -77,7 +79,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 1.0.0 - 2017-12-24
Initial release

[Unreleased]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.2...HEAD
[Unreleased]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.3...HEAD
[2.0.3]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v1.2.0...v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=Shift Register LED Matrix Lib
version=2.0.2
version=2.0.3
author=Michael Kamprath <michael@kamprath.net>
maintainer=Michael Kamprath <michael@kamprath.net>
sentence=A driver for LED matrices that use shift registers to control rows and columns.
sentence=A driver for LED matrices that use shift registers to control rows and columns.
paragraph=Provides a high level API for managing and drawing to the LED matrix. Can drive either a single color or RGB LED matrices. Color shading is enabled using PWM-style updates to the matrix shift registers. Uses a clock interrupt. Designed to be used with 74HC595 and/or DM13A type shift registers, or similar. See website for hardware designs supported.
category=Display
url=https://kamprath.net/hacks/led-matrix/
Expand Down

0 comments on commit 4067807

Please sign in to comment.