Subversion Repositories FlightCtrl

Rev

Rev 702 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 702 Rev 703
Line 138... Line 138...
138
           break;
138
           break;
139
    case 6:// Acceleration Sensor Menu Item
139
    case 6:// Acceleration Sensor Menu Item
140
           LCD_printfxy(0,0,"ACC - Sensor");
140
           LCD_printfxy(0,0,"ACC - Sensor");
141
           LCD_printfxy(0,1,"Pitch %4i (%3i)",AdValueAccPitch,NeutralAccX);
141
           LCD_printfxy(0,1,"Pitch %4i (%3i)",AdValueAccPitch, NeutralAccX);
142
           LCD_printfxy(0,2,"Roll  %4i (%3i)",AdValueAccRoll,NeutralAccY);
142
           LCD_printfxy(0,2,"Roll  %4i (%3i)",AdValueAccRoll, NeutralAccY);
143
           LCD_printfxy(0,3,"Hight %4i (%3i)",Mean_AccTop/*accumulate_AccHoch / messanzahl_AccHoch*/,(int)NeutralAccZ);
143
           LCD_printfxy(0,3,"Hight %4i (%3i)",Mean_AccTop, (int)NeutralAccZ);
144
           break;
144
           break;
145
    case 7:// Accumulator Voltage / Remote Control Level
145
    case 7:// Accumulator Voltage / Remote Control Level
146
           LCD_printfxy(0,1,"Voltage:  %5i",UBat);
146
           LCD_printfxy(0,1,"Voltage:  %5i",UBat);
147
           LCD_printfxy(0,2,"RC-Level: %5i",SenderOkay);
147
           LCD_printfxy(0,2,"RC-Level: %5i",SenderOkay);
148
           break;
148
           break;
Line 158... Line 158...
158
           LCD_printfxy(0,2,"Poti3:  %3i",Poti3);
158
           LCD_printfxy(0,2,"Poti3:  %3i",Poti3);
159
           LCD_printfxy(0,3,"Poti4:  %3i",Poti4);
159
           LCD_printfxy(0,3,"Poti4:  %3i",Poti4);
160
           break;
160
           break;
161
    case 10:// Servo Menu Item
161
    case 10:// Servo Menu Item
162
           LCD_printfxy(0,0,"Servo  " );
162
           LCD_printfxy(0,0,"Servo  " );
163
           LCD_printfxy(0,1,"Setpoint  %3i",Parameter_ServoPitchControl);
163
           LCD_printfxy(0,1,"Setpoint  %3i",FCParam.ServoPitchControl);
164
           LCD_printfxy(0,2,"Position: %3i",ServoValue);
164
           LCD_printfxy(0,2,"Position: %3i",ServoValue);
165
           LCD_printfxy(0,3,"Range:%3i-%3i",ParamSet.ServoPitchMin,ParamSet.ServoPitchMax);
165
           LCD_printfxy(0,3,"Range:%3i-%3i",ParamSet.ServoPitchMin, ParamSet.ServoPitchMax);
166
           break;
166
           break;
167
    case 11://Extern Control
167
    case 11://Extern Control
168
           LCD_printfxy(0,0,"ExternControl  " );
168
           LCD_printfxy(0,0,"ExternControl  " );