-
Notifications
You must be signed in to change notification settings - Fork 132
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
1 changed file
with
11 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,15 +24,16 @@ Direct any questions or suggestions to [email protected]. If I have the ti | |
|
||
#### Update Version 3.2.0 (December 2016) | ||
|
||
Backwards compatible with version 3.1 | ||
Updated to Arduino 1.5 Library Specification | ||
New display function - no longer consumes processor time with delay() | ||
Now supports hexadecimal number printing | ||
The decimal point can now be omitted with a negative decPlaces | ||
Alphanumeric strings can be displayed (inaccurately) with setChars | ||
Removed #define RESISTORS_ON_SEGMENTS. Now a begin() input | ||
Can now blank() the display | ||
Now 'heavier' - uses more PROGMEM and RAM | ||
Backwards compatible with version 3.1 | ||
Updated to Arduino 1.5 Library Specification | ||
New display function - no longer consumes processor time with delay() | ||
Now supports hexadecimal number printing | ||
The decimal point can now be omitted with a negative decPlaces | ||
Alphanumeric strings can be displayed (inaccurately) with setChars | ||
Removed #define RESISTORS_ON_SEGMENTS. Now a begin() input | ||
Can now blank() the display | ||
Now 'heavier' - uses more PROGMEM and RAM | ||
|
||
|
||
* * * | ||
|
||
|
@@ -168,4 +169,4 @@ Note that a 0 does not correspond to no brightness. If your display has noticeab | |
[3]: http://arduino.cc/en/Guide/Libraries | ||
[4]: https://en.wikipedia.org/wiki/File:7_segment_display_labeled.svg | ||
[5]: http://www.ebay.com/sch/i.html?LH_BIN=1&_from=R40&_sacat=0&_nkw=7+segment+display+4+digit+2+pcs&_sop=15 | ||
|
||
|