@@ -24,15 +24,16 @@ Direct any questions or suggestions to deanreading@hotmail.com. If I have the ti
24
24
25
25
#### Update Version 3.2.0 (December 2016)
26
26
27
- Backwards compatible with version 3.1
28
- Updated to Arduino 1.5 Library Specification
29
- New display function - no longer consumes processor time with delay()
30
- Now supports hexadecimal number printing
31
- The decimal point can now be omitted with a negative decPlaces
32
- Alphanumeric strings can be displayed (inaccurately) with setChars
33
- Removed #define RESISTORS_ON_SEGMENTS. Now a begin() input
34
- Can now blank() the display
35
- Now 'heavier' - uses more PROGMEM and RAM
27
+ Backwards compatible with version 3.1
28
+ Updated to Arduino 1.5 Library Specification
29
+ New display function - no longer consumes processor time with delay()
30
+ Now supports hexadecimal number printing
31
+ The decimal point can now be omitted with a negative decPlaces
32
+ Alphanumeric strings can be displayed (inaccurately) with setChars
33
+ Removed #define RESISTORS_ON_SEGMENTS. Now a begin() input
34
+ Can now blank() the display
35
+ Now 'heavier' - uses more PROGMEM and RAM
36
+
36
37
37
38
* * *
38
39
@@ -168,4 +169,4 @@ Note that a 0 does not correspond to no brightness. If your display has noticeab
168
169
[ 3 ] : http://arduino.cc/en/Guide/Libraries
169
170
[ 4 ] : https://en.wikipedia.org/wiki/File:7_segment_display_labeled.svg
170
171
[ 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
171
-
172
+
0 commit comments