Close

Cleaning Up Display Library

A project log for Hack-Ready Alarm Clock

An alarm clock that encourages tinkering and modification. Targeted for kids, but fun for old hacks like myself.

deckeregoDeckerEgo 11/23/2014 at 02:290 Comments

The seven segment Python display library needed some cleaning up - the indicator lights on the display were either all on or all off. The ClockDisplay library now will set each of the four indicators individually, so the app running the clock logic should be much more simple.

The actual time display is running fine now, moving on to audio output. After "alarm clock" functionality is created by piping audio out at a specified time, I'll work on the enclosure.

Discussions