Subversion Repositories Projects

Rev

Rev 331 | Rev 349 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 331 Rev 346
Line 77... Line 77...
77
 *  write an ascii <string> at <x>/<y> to MAX7456 display memory
77
 *  write an ascii <string> at <x>/<y> to MAX7456 display memory
78
 */
78
 */
79
void write_ascii_string(uint8_t, uint8_t, char*);
79
void write_ascii_string(uint8_t, uint8_t, char*);
Line 80... Line 80...
80
 
80
 
-
 
81
/**
-
 
82
 *  write an ascii <string> from progmen at <x>/<y> to MAX7456 display memory
-
 
83
 */
-
 
84
void write_ascii_string_pgm(uint8_t, uint8_t, char*);
-
 
85
 
81
/**
86
/**
82
 *  Write only the last three digits of a <number> at <x>/<y> to MAX7456
87
 *  Write only the last three digits of a <number> at <x>/<y> to MAX7456
83
 *  display memory. takes full 16bit numbers as well for stuff
88
 *  display memory. takes full 16bit numbers as well for stuff
84
 *  like compass only taking three characters (values <= 999)
89
 *  like compass only taking three characters (values <= 999)
85
 */
90
 */