Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 836 → Rev 837

/C-OSD/trunk/main.c
84,6 → 84,13
uint8_t min_voltage = 0;
uint8_t max_voltage = 0;
 
uint8_t scope[8] = {
5, 5,
25, 5,
5, 10,
25, 10
};
 
// Flags
uint8_t COSD_FLAGS_MODES = 0, COSD_FLAGS_CONFIG = 0, COSD_FLAGS_RUNTIME = 0, COSD_DISPLAYMODE = 0;
 
259,8 → 266,8
 
//Pushing NEW chars to the MAX7456
#if (WRITECHARS != -1)
// DISABLE display (VM0)
spi_send_byte(0x00, 0b00000000);
// DISABLE display (VM0)
spi_send_byte(0x00, 0b00000000);
learn_all_chars_pgm();
#else
// read out config for NTSC/PAL distinguishing