Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 536 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 536 Bytes

7-Segment display on RaspberryPi

segment display pinout

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.

/shift-register

Control the display through a shift register. This example reduces the required GPIO pins from 7 to 3.