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
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-interfacing-a-7-segment-display-to-a-raspberry-pi
- Owner: WoolseyWorkshop
- License: mit
- Created: 2019-02-27T21:05:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T21:29:49.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T22:32:53.803Z (about 1 year ago)
- Topics: 7-segment-display, 74ls47, electronics, programming, raspberry-pi
- Language: Python
- Homepage: https://www.woolseyworkshop.com/2019/02/27/interfacing-a-7-segment-display-to-a-raspberry-pi/
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
