hollobon / JY-MCU-3208-Firmware

Firmware for the JY-MCU-3208 clock (ATMega8 and HT1632C LED matrix driver)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

+// Clock program for DX 32*8 LED Matrix + HT1632C + ATmega8; 
+// DrJones 2012
+//
+// Clock with Tics for JY-MCU 3208 by Michael LeBlanc, NSCAD University
+// http://generaleccentric.net
+// March 2013
+//
+// Version 002 adds typography for letters
+// Version 003 adds randomize
+// Version 004 replaces manual brightness control with Child Safe (swearwords off) mode,
+// corrects randomization functions and uses CdS cell on AD0 for auto brightness control
+//
+// button1: adjust time forward, keep pressed for a while for fast forward
+// button2: adjust time backward, keep pressed for a while for fast backward
+// button3: toggle "Child Safe" mode

To program with a USBasp under Linux, use something along the lines of:

    $ sudo avrdude -p m8 -c usbasp -U flash:w:clock.hex

About

Firmware for the JY-MCU-3208 clock (ATMega8 and HT1632C LED matrix driver)


Languages

Language:Makefile 64.7%Language:C 35.3%