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

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

Awesome Lists containing this project

README

          

# 7-Segment display on RaspberryPi

![segment display pinout](./4-digit-seven-segment-pinout.svg)

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.