Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1269 → Rev 1263

/branches/thjac/V1_13/Hex-Files/Flight-Ctrl_MEGA644_V1_13b.hex
File deleted
/branches/thjac/V1_13/makefile
5,7 → 5,7
#-------------------------------------------------------------------
VERSION_MAJOR = 1
VERSION_MINOR = 13
VERSION_PATCH = 1
VERSION_PATCH = 0
 
VERSION_SERIAL_MAJOR = 10 # Serial Protocol
VERSION_SERIAL_MINOR = 1 # Serial Protocol
/branches/thjac/V1_13/menu.c
17,7 → 17,7
char DisplayBuff[80] = "Hallo Welt";
unsigned char DispPtr = 0;
 
unsigned char MaxMenue = 15;
unsigned char MaxMenue = 14;
unsigned char MenuePunkt = 0;
unsigned char RemoteKeys = 0;
 
166,7 → 166,7
if(MotorPresent[11]) LCD_printfxy(12,3,"12");
break;
case 14:
LCD_printfxy( 0, 0, "PitchControl 1 " );
LCD_printfxy( 0, 0, "PitchControl " );
LCD_printfxy( 0, 1, "Modus : %2s", pitchModeStrings[ pitch_currentMode() ] );
// MD-Modus
177,10 → 177,6
break;
}
break;
case 15:
LCD_printfxy( 0, 0, "PitchControl 2 " );
LCD_printfxy( 0, 1, "Stick-Delta : %2d", pitch_neutralDiffMD() );
break;
default: MaxMenue = MenuePunkt - 1;
MenuePunkt = 0;
break;