#led #led-display #gpio #embedded-hal-driver

no-std sevensegment

A platform agnostic driver to interface with 7-segment LED displays

2 unstable releases

0.2.0 Jun 27, 2020
0.1.0 Sep 24, 2018

#1937 in Embedded development

25 downloads per month
Used in nucleo-f042k6

0BSD license

11KB
246 lines

sevensegment

sevensegment contains the an embedded-hal compliant hardware abstraction or driver for a GPIO driven 7 segment LED display.

The driver is hardware agnostic and should (in theory) work with any implementation of the embedded-hal.

License

0-clause BSD license.


lib.rs:

A driver for generic GPIO driven seven segment LED display

This driver was built using embedded-hal traits.

Examples

You should find at least one example in the nucleo-f042k6 crate.

Dependencies

~71KB