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

https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-a-raspberry-pi

Interfacing A 7-Segment Display To A Raspberry Pi Article Resources
https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-a-raspberry-pi

7-segment-display 74ls47 electronics programming raspberry-pi

Last synced: 11 months ago
JSON representation

Interfacing A 7-Segment Display To A Raspberry Pi Article Resources

Awesome Lists containing this project

README

          

Woolsey Workshop

# Interfacing A 7-Segment Display To A Raspberry Pi Article Resources
This repository contains resources related to the [Interfacing A 7-Segment Display To A Raspberry Pi](https://www.woolseyworkshop.com/2019/02/27/interfacing-a-7-segment-display-to-a-raspberry-pi/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).

## [BCD7SegmentDisplay.py](BCD7SegmentDisplay.py)
A Python program that implements a counter that is displayed on a common anode 7-segment display driven through a BCD To 7-Segment Decoder/Driver (74LS47) IC.

## [RaspberryPi_BCD7SegmentDisplay](RaspberryPi_BCD7SegmentDisplay)
A KiCad project schematic for interfacing a Raspberry Pi to a 7-segment display using a 74LS47 IC.