https://github.com/noumansaleem/pi-seven-segment-display
https://github.com/noumansaleem/pi-seven-segment-display
avr python raspberry-pi segment-display shift-register
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noumansaleem/pi-seven-segment-display
- Owner: NoumanSaleem
- Created: 2018-08-09T16:18:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T14:13:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T04:19:33.371Z (about 1 year ago)
- Topics: avr, python, raspberry-pi, segment-display, shift-register
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 7-Segment display on RaspberryPi

This repository contains two examples of controlling a seven-segment display using Python and a Raspberry Pi.
## Examples
### `/simple`
Drive the display directly using 7 GPIO pins. It is accompanied by a [blog post](https://www.noumansaleem.com/avr/2018/08/11/seven-segment-display-raspberry-pi-python.html).
### `/shift-register`
Control the display through a shift register. This example reduces the required GPIO pins from 7 to 3.