Skip to content

Commit 4067807

Browse files
version 2.0.3 release
1 parent 67f44d6 commit 4067807

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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

80-
[Unreleased]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.2...HEAD
82+
[Unreleased]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.3...HEAD
83+
[2.0.3]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.2...v2.0.3
8184
[2.0.2]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.1...v2.0.2
8285
[2.0.1]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v2.0.0...v2.0.1
8386
[2.0.0]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v1.2.0...v2.0.0

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=Shift Register LED Matrix Lib
2-
version=2.0.2
2+
version=2.0.3
33
author=Michael Kamprath <michael@kamprath.net>
44
maintainer=Michael Kamprath <michael@kamprath.net>
5-
sentence=A driver for LED matrices that use shift registers to control rows and columns.
5+
sentence=A driver for LED matrices that use shift registers to control rows and columns.
66
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.
77
category=Display
88
url=https://kamprath.net/hacks/led-matrix/

0 commit comments

Comments
 (0)