Skip to content

Arduino library to drive a multiplexed segment display

License

Notifications You must be signed in to change notification settings

hwpl/segment-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

segment-display

Arduino library to drive a multiplexed segment display. Includes a simple decimal decoder.

Example

using Seg = SegmentDisplay::Driver<4>;

Seg seg({2, 3, 4, 5}, {6, 7, 8, 9, 10, 11, 12});

seg.setDigits({Seg::DASH, 4, 2});
seg.setSegments(3, 0b00001000); // underscore

void loop() {
    seg.refresh();
}

Documentation

The api documentation can be generated using doxygen.

Licence

This library by Klemens Schölhorn is licenced under the terms of the GPLv3.

About

Arduino library to drive a multiplexed segment display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages