Skip to content

Commit 0b1d8d5

Browse files
authored
Minor formatting change
1 parent 59141d6 commit 0b1d8d5

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ Direct any questions or suggestions to deanreading@hotmail.com. If I have the ti
2424

2525
#### Update Version 3.2.0 (December 2016)
2626

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+
3637

3738
* * *
3839

@@ -168,4 +169,4 @@ Note that a 0 does not correspond to no brightness. If your display has noticeab
168169
[3]: http://arduino.cc/en/Guide/Libraries
169170
[4]: https://en.wikipedia.org/wiki/File:7_segment_display_labeled.svg
170171
[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

Comments
 (0)