Skip to content

Releases: DeanIsMe/SevSeg

SevSeg 3.7.0

02 May 18:19
Compare
Choose a tag to compare

Added segSegmentsDigit().

SevSeg 3.6.1

14 Feb 00:12
Compare
Choose a tag to compare

Minor bug fix from 3.6.0 (corrected setChars() data type)

SevSeg 3.6.0

13 Feb 22:33
Compare
Choose a tag to compare
  • changed all data types to stdint.h types for better compatibility
  • removed floating point support from setNumber()
  • added new function to set a floating point number: setNumberF()

SevSeg v3.5.0

29 Dec 02:47
Compare
Choose a tag to compare

Now released under the MIT License. This is less restrictive than the previous license used: Apache 2.0 License.

Changes

  • better compatibility with different boards & platforms
  • getSegments() function
  • added underscore
  • differentiated 'I' and '1'

SevSeg v3.4.0

21 Apr 15:35
Compare
Choose a tag to compare
  • Support for '*', which is displayed as the degree symbol
  • Expanded setBrightness() capabilities
  • Support for displays with no decimal point
  • Improved blank() functionality

SevSeg v3.3.0

22 Feb 11:53
Compare
Choose a tag to compare
  • Minor feature added: you can now keep leading zeros on the display.

SevSeg v3.2.0

19 Dec 12:21
Compare
Choose a tag to compare

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

SevSeg v3.1

18 Sep 01:00
Compare
Choose a tag to compare

SevSeg v3.1
Includes bug fixes and other changes made in the cimmits since v3.0.