Skip to content

Commit

Permalink
v1.5.2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jun 5, 2022
1 parent 22b7497 commit 2206f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ initialization or through a function call.
display.flipDisplay(true);
```

## v1.5.1 - Bug Fix for showNumber Negative Numbers
## v1.5.2 - Bug Fix for showNumber Negative Numbers
- Fix showNumber() but for negative numbers. Solves issues #17 (thanks to @otpfiste).
- Fix showNumber() overflow condition for numbers (positive and negative) that do not fit within display length.
```cpp
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TM1637TinyDisplay
version=1.5.1
version=1.5.2
author=Jason Cox <[email protected]>
maintainer=Jason Cox <[email protected]>
sentence=A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules.
Expand Down

0 comments on commit 2206f26

Please sign in to comment.