-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ version=1.0.0 | |
author=Jason Cox <[email protected]> | ||
maintainer=Jason Cox <[email protected]> | ||
sentence=A simple library to display numbers, text and animation on a 4-digit 7-segment TM1637 based display module. | ||
paragraph=Connect the TM1636 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Will display scrolling text for larger strings and allows screen splitting for easy number + text displays. Runs well on tiny controllers including the ATtiny85. | ||
paragraph=Connect the TM1636 display CLK and DIO pins to your Arduino GPIO pins, include this library, initialize TM1637TinyDisplay and call easy to use functions like showNumber(), showString(), showLevel() and showAnimation(). Display will scroll text for larger strings. Functions support screen splitting for easy number + text formatting. Runs well on tiny controllers including the ATtiny85. | ||
category=Display | ||
url=https://github.com/jasonacox/TM1637TinyDisplay | ||
architectures=* | ||
|