Skip to content

Commit

Permalink
v1.7.0 Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Sep 19, 2022
1 parent 8a18e18 commit 2194661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/TM1637-6Digit-Test/TM1637-6Digit-Test.ino"
- name: Build ATtiny85.ino Example Sketch
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/ATtiny85/ATtiny85.ino"
- name: Build TM1637-NonBlockingAnimate.ino Example Sketch
run: arduino-cli compile --library . --warnings all -b arduino:avr:uno "examples/TM1637-NonBlockingAnimate/TM1637-NonBlockingAnimate.ino"
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for TM1637TinyDisplay

## v1.7.0 - Add Non-Blocking Animation for 4-Digit

* Add non-blocking animation and string scrolling to 4-digit display by @hackerceo in https://github.com/jasonacox/TM1637TinyDisplay/pull/24

## v1.6.0 - Add Buffered Output
- Display values are kept in persistent buffer for easier updates.
- Fix colon and decimal display for flipDisplay(true) conditions
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.6.0
version=1.7.0
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. Offers non-blocking animations and scrolling!
Expand Down

0 comments on commit 2194661

Please sign in to comment.