/C-OSD/trunk/main.c |
---|
353,7 → 353,7 |
spi_send_byte(0x00, 0b01001000); |
} |
// clear all display-mem (DMM) |
/*// clear all display-mem (DMM) |
spi_send_byte(0x04, 0b00000100); |
// clearing takes 12uS according to maxim so lets wait longer |
360,9 → 360,9 |
_delay_us(120); |
// 8bit mode |
spi_send_byte(0x04, 0b01000000); |
spi_send_byte(0x04, 0b01000000);*/ |
// write blank chars to whole screen |
// clear display memory and set to 8bit mode |
clear(); |
#if !(ALLCHARSDEBUG|(WRITECHARS != -1)) |