Skip to content

SteveAmor/Raspberry-Pi-Sense-Hat-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Displays the Raspberry Pi's time on a Sense Hat

Each digit is 3x4 pixels so the time is shown as:

H H

M M

on the Sense Hat

I've set it up in crontab to run every minute.

sudo crontab -e

Add the following to run it every minute:

* * * * * /home/pi/clock/clock.py >/dev/null 2>&1

This assumes the python program is in directory /home/pi/clock/

About

Displays the time on a Raspberry Pi Sense Hat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages