Skip to content

Micro Word Clock using MAX7219 and LED Matrix Module

Notifications You must be signed in to change notification settings

MajicDesigns/WordClock-MAX7219

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Word Clock using the MAX7219 to drive an 8x8 LED Matrix.

The word clock 8x8 LED matrix module to shine light through a word mask printed on paper. The clock face (word matrix) for the clock can be found in the doc folder of this download (Microsoft Word document and PDF versions).

Additional hardware required is RTC clock module (DS3231 used here) and a momentary-on switch (tact switch or similar).

More information on the Word Clock can be found in the blog article at the Arduino++ blog

Uses the MD_MAX72xx, MD_KeySwitch and MD_DS3231 libraries found on this site.