Skip to content

Python script for displaying the current time on a 4-digit 7-segment display with a 74hc595 chip.

Notifications You must be signed in to change notification settings

SergLan/4digit_display_74hc595

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

Script for displaying the current time on a 4-digit 7-segment display with a 74hc595 chip. 74HCT595 is an 8-bit serial-in/serial or parallel-out shift register with a storage register and 3-state outputs. Image alt Image alt

Technologies

The script is written for:

  • Python3
  • module RPi.GPIO

Setup

NONE

Start

The script is run in command line mode:

$ python3 display_74hc595.py

About

Python script for displaying the current time on a 4-digit 7-segment display with a 74hc595 chip.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages