Skip to content

ClarkLiam/digitdisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitdisplay.h

Arduino-Library for 7-Digit-Displays.

This Library was designed for Hawlett-Paclard(HP) 5082-7653 displays, but can also be used with other displays if wired correctly.

Usage:

DigitDisplay digitDisplay(pin1, pin2, pin3, pin4, pin5, pin6, pin7)

digitdipslay.begin();
digitdisplay.displayNumber(); //Numbers from 0-9
digitdisplay.clearDisplay();

There are more functions in this library which were created for the il2p-project, which this library was written for.

Wireing:

Pin1: Top
Pin2: TopRight
Pin3: BottomRight
Pin4: Bottom
Pin5: BottomLeft
Pin6: TopLeft
Pin7: Center

About

7-DigitDisplay Arduino Library created for il2p-project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages