Skip to content

sa841/PyTIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTIX, an implementation of the TIX LED clock in Python

screenshot

11:53…

video

Video of the Pimoroni Mote version by David Glaude (https://twitter.com/DavidGlaude/status/764214446822678528)

video

Video of the Scroll pHAT version by David Glaude (https://twitter.com/DavidGlaude/status/784272633357488128)

PyTIX can either use:

Usage

python pytix.py [update interval, defaults to 4 seconds] ["--24" for 24-hour mode]

python pytix_mote.py [update interval, defaults to 1 second] ["--12" for 12-hour mode]

python pytix_scroll.py [update interval, defaults to 1 second] ["--12" for 12-hour mode]

python pytix_unicorn.py [update interval, defaults to 1 second] ["--12" for 12-hour mode]

python pytix_sense.py [update interval, defaults to 1 second] ["--12" for 12-hour mode]

Interpretation

Count the groups of colored squares from left to right to get the time—e.g., 1x red (left), 2x green, 3x blue, 4x red(right) means it is 12:34.

Unicorn HAT and Sense HAT version display on a 8 by 8 square of multicolor LEDs. hours are on top and minutes below. By changing the code you can adapt the rotation of the display.

Quitting

Ctrl-C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages