Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 378 → Rev 379

/C-OSD/trunk/max7456_software_spi.h
84,6 → 84,11
void write_ascii_string_pgm(uint8_t, uint8_t, char*);
 
/**
* write an <string> from progmen at <x>/<y> downwards to MAX7456 display memory
*/
void write_string_pgm_down(uint8_t, uint8_t, char*, uint8_t);
 
/**
* Write only some digits of a unsigned <number> at <x>/<y> to MAX7456 display memory
* <num> represents the largest multiple of 10 that will still be displayable as
* the first digit, so num = 10 will be 0-99 and so on