marciot / arduino-dali-clock

This is an Arduino recreation of the "Dali" digital clock where digits "melt" into one another.

Home Page:https://www.instructables.com/id/80s-Style-Melting-Digital-Dali-Clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dali Clock Demonstration

arduino-dali-clock

This is an Arduino recreation of the "Dali" digital clock where the digits "melt" into one another.

The Dali clock was first written in 1979 by Steve Capps for the Xerox Alto and later ported to the Macintosh. Later, Jamie Zawinski re-implemented an X Windows version called xdaliclock.

I began with the ".xbm" font files from Jamie's work, but my implementation does not share any other code with that version. I wrote an encoding program (DaliClockEncoder.ino) to convert the ".xbm" into a packed RLE representation which is used by the clock code (DaliClock.ino).

I wrote the digit blending and time keeping routines from scratch to take advantage of the enhanced capabilities of the [FT810CB] high resolution touch screen.

This program is intended for use with a FT810CB-HY50HD 800x480 graphical touchscreen and a DS1302 based Real Time Clock module from eBay.

For more information on assembling this clock, see my Instructable.

About

This is an Arduino recreation of the "Dali" digital clock where digits "melt" into one another.

https://www.instructables.com/id/80s-Style-Melting-Digital-Dali-Clock

License:GNU General Public License v3.0


Languages

Language:C 63.1%Language:C++ 36.9%