Binary Clock

This project was made to display the time in Binary on an 8x8 LED matrix. The code was written in Python 3 and utilized the SenseHAT API. The code was made to run on a Raspberry Pi with the SenseHAT shield connected to it. The Clock has a safety turn off which will display a pause screen for in case the Raspberry Pi gets too hot; during testing the raspberry pi never reached high temperatures.

Reading The Clock:

​The Bottom Row Is Left Blank

The first 2 columns on the right represent the hours in a 24 hour format.

The next 2 columns represent the minutes.

The last 2 columns represent the seconds.

The first digit of the hours, minutes, and seconds corresponds the the first column in its respective category.

The second digit of the hours, minutes, and seconds corresponds the the second column in its respective category.


Can you figure out the time in the photo?