An open API service indexing awesome lists of open source software.

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

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.