Skip to content

Commit 2194661

Browse files
committed
v1.7.0 Prep
1 parent 8a18e18 commit 2194661

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/TM1637-6Digit-Test/TM1637-6Digit-Test.ino"
2828
- name: Build ATtiny85.ino Example Sketch
2929
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/ATtiny85/ATtiny85.ino"
30+
- name: Build TM1637-NonBlockingAnimate.ino Example Sketch
31+
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/TM1637-NonBlockingAnimate/TM1637-NonBlockingAnimate.ino"

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes for TM1637TinyDisplay
22

3+
## v1.7.0 - Add Non-Blocking Animation for 4-Digit
4+
5+
* Add non-blocking animation and string scrolling to 4-digit display by @hackerceo in https://github.com/jasonacox/TM1637TinyDisplay/pull/24
6+
37
## v1.6.0 - Add Buffered Output
48
- Display values are kept in persistent buffer for easier updates.
59
- Fix colon and decimal display for flipDisplay(true) conditions

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TM1637TinyDisplay
2-
version=1.6.0
2+
version=1.7.0
33
author=Jason Cox <jason@jasonacox.com>
44
maintainer=Jason Cox <jason@jasonacox.com>
55
sentence=A simple library to display numbers, text and animation on 4 and 6 digit 7-segment TM1637 based display modules. Offers non-blocking animations and scrolling!

0 commit comments

Comments
 (0)