Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 760 → Rev 761

/C-OSD/trunk/max7456_software_spi.c
19,7 → 19,6
****************************************************************************/
 
#include <avr/io.h>
 
#include <util/delay.h>
#include <avr/pgmspace.h>
#include <string.h>
66,7 → 65,6
MAX_CS_HIGH
}
 
 
/**
* write a <character> to <address> of MAX7456 display memory
*/
76,7 → 74,6
spi_send_byte(0x07, character); // DMDI
}
 
 
/**
* clear display memory
* (also sets 8bit mode)
95,6 → 92,7
 
 
#if (ALLCHARSDEBUG|(WRITECHARS != -1))
 
/**
* for testing write all chars to screen
*/