Subversion Repositories Projects

Rev

Rev 728 | Rev 762 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 728 Rev 736
Line 120... Line 120...
120
/**
120
/**
121
 *  write <seconds> as human readable time at <x>/<y> to MAX7456 display mem
121
 *  write <seconds> as human readable time at <x>/<y> to MAX7456 display mem
122
 */
122
 */
123
void write_time(uint8_t, uint8_t, uint16_t);
123
void write_time(uint8_t, uint8_t, uint16_t);
Line -... Line 124...
-
 
124
 
124
 
125
#if (ALLCHARSDEBUG|(WRITECHARS != -1))
125
/**
126
/**
126
 * for testing write all chars to screen
127
 * for testing write all chars to screen
127
 */
128
 */
Line 128... Line 129...
128
void write_all_chars();
129
void write_all_chars();
129
 
130
 
130
/**
131
/**
131
 * let the MAX7456 learn a new character at <number>
132
 * let the MAX7456 learn a new character at <number>
132
 * with <data>.
133
 * with <data>.
-
 
134
 */
Line 133... Line 135...
133
 */
135
void learn_char(uint8_t, unsigned char*);
134
void learn_char(uint8_t, unsigned char*);
136
#endif
135
 
137
 
136
/**
138
/**