Skip to content

likema/Arduino-SevenSegmentDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Arduino-SevenSegmentDisplay


It is 7-segment display library for Arduino.

  • Drive one or more digits.
  • Both common anode and common cathode are supported.
  • Display one digit in static mode.
  • Display 2 or more digits in dynamical mode.
  • Only support to display positive integer and float number.

Installation


Please move the downloaded SevenSegmentDisplay directory to:

arduino-1.x/libraries/SevenSegmentDisplay

where arduino-1.x is your Arduino installation directory. In Ubuntu, it is

/usr/share/arduino/libraries/SevenSegmentDisplay

Usage


Please see the examples for usage.

About

7-segment display library for Arduino: display 7-segment digits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages