To get this branch, use:
bzr branch
http://bzr.ed.am/elec/propeller-clock
« back to all changes in this revision
Viewing changes to src/time.h
-
Committer:
edam
-
Date:
2012-02-28 17:03:09 UTC
-
Revision ID:
edam@waxworlds.org-20120228170309-gaaj6k3prrgvwvp8
remove TextRenderer singleton and save space
Show diffs side-by-side
added
removed
39
* @return month, 1 to 12
48
const char *get_month_name();
53
* @return date, 1 to 31
63
const char *get_day_suffix();
32
* Get singleton instance.
36
static Time &get_instance();
92
* Initialise time data
79
/** milliseconds at last update */
80
unsigned long _last_millis;
82
/** milliseconds carries over from last update */