Skip to content
CaitSith2 edited this page Sep 14, 2010 · 5 revisions

This is a forked repository. Have a look at
adafruit’s monochron wiki
for more information.

MultiChron Fork:

Originated by Dataman,
Dataman@CRjones.Com

Matured by CaitSith2
Thank you so much CaitSith2!

Concept:
Monochron consisted of 4 primary branches, all sharing nearly identical ratt.c & config.c modules.
The only difference being the anim.c module for each program.

Dataman decided to create a Dispatch.C module to act as a redirector to renamed modules for each of the new modules:
anim_rat – Retro Arcade Table Tennis Chron
anim_int – Intruder Chron
anim_sev – Seven Segment Chron
anim_xda – xDali Chron

Each Module Supports the following
initanim
intdisplay
showdiaply
step

Secondary Concept:
In order to save more memory, CaitSith decided to move gobs of tables and fonts to eeprom.
This works as 1k of eeprom memory is unused in in the 328p, can be programmed once, and read many times.
Brilliant!

Clone this wiki locally