Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 345 → Rev 346

/C-OSD/trunk/max7456_software_spi.h
79,6 → 79,11
void write_ascii_string(uint8_t, uint8_t, char*);
 
/**
* write an ascii <string> from progmen at <x>/<y> to MAX7456 display memory
*/
void write_ascii_string_pgm(uint8_t, uint8_t, char*);
 
/**
* Write only the last three digits of a <number> at <x>/<y> to MAX7456
* display memory. takes full 16bit numbers as well for stuff
* like compass only taking three characters (values <= 999)