https://github.com/likema/arduino-sevensegmentdisplay
7-segment display library for Arduino: display 7-segment digits
https://github.com/likema/arduino-sevensegmentdisplay
Last synced: about 1 year ago
JSON representation
7-segment display library for Arduino: display 7-segment digits
- Host: GitHub
- URL: https://github.com/likema/arduino-sevensegmentdisplay
- Owner: likema
- License: other
- Created: 2012-10-19T17:07:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T03:12:41.000Z (about 7 years ago)
- Last Synced: 2025-03-28T14:21:49.487Z (about 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
___________________________
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.