3.4.0 (2019-04-21)
- support for '*', which is displayed as degree symbol
- expanded setBrightness capabilities
- support for displays with no decimal point
- improved blank() functionality
3.3.0 (2017-02-22)
- added the ability to keep leading zeros
3.2.0 (2016-12-19)
- 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()
- can now
blank()
the display
- updated to Arduino 1.5 Library Specification
- removed
#define RESISTORS_ON_SEGMENTS
- now heavier - uses more PROGMEM and RAM
3.1 (2016-09-18)
Includes bug fixes and other changes made in the commits since v3.0.
- no longer uses dynamic memory allocation
Library re-design. Much more user friendly. No backwards compatibility.
Uploaded to GitHub to simplify any further development.
- a display with any number of digits can be used
- floats are supported
- support for using transistors for switching
2.3 (2013)
Allows for brightness control.
Allows 1, 2 or 3 digit displays to be used.
Includes a bug fix.
Now works for any digital pin arrangement.
Supports both common anode and common cathode displays.