Skip to content

The code for the fuzzy time lights clock that sits by my bed

Notifications You must be signed in to change notification settings

lornajane/sensehat-night-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SenseHat Fuzzy Time Clock

A simple "clock" application for your raspberry pi and sensehat. It displays a colour in the middle for the hour, and a block around the edge in a sort of clock-type pattern. The corner markers you can think of as "ears" - they tell you which way "up" is, for context when you just woke up and it is dark :)

The code is python, and should pretty much work as-is. Run the code once and it checks the time, sets the lights, and exits. Try setting it up with a cron job like this:

  1. Run crontab -e

  2. Add this line to the end of the file:

* * * * * /usr/bin/python ~/night-clock/clock.py

Contributing

Issues, pull requests and other interactions are all welcome!

About

The code for the fuzzy time lights clock that sits by my bed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages