Subversion Repositories FlightCtrl

Rev

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

Rev 517 Rev 518
Line 106... Line 106...
106
           LCD_printfxy(0,1,"Richtung:  %5i",KompassRichtung);
106
           LCD_printfxy(0,1,"Richtung:  %5i",KompassRichtung);
107
           LCD_printfxy(0,2,"Messwert:  %5i",KompassValue);
107
           LCD_printfxy(0,2,"Messwert:  %5i",KompassValue);
108
           LCD_printfxy(0,3,"Start:     %5i",KompassStartwert);
108
           LCD_printfxy(0,3,"Start:     %5i",KompassStartwert);
109
           break;
109
           break;
110
    case 9:
110
    case 9:
111
           LCD_printfxy(0,0,"Poti1:  %3i",Poti1);
111
           LCD_printfxy(0,0,"Po1: %3i Po5: %3i" ,Poti1,Poti5); //PPM24-Erweiterung (121007Kr)
112
           LCD_printfxy(0,1,"Poti2:  %3i",Poti2);
112
           LCD_printfxy(0,1,"Po2: %3i Po6: %3i" ,Poti2,Poti6); //PPM24-Erweiterung (121007Kr)
113
           LCD_printfxy(0,2,"Poti3:  %3i",Poti3);
113
           LCD_printfxy(0,2,"Po3: %3i Po7: %3i" ,Poti3,Poti7); //PPM24-Erweiterung (121007Kr)
114
           LCD_printfxy(0,3,"Poti4:  %3i",Poti4);
114
           LCD_printfxy(0,3,"Po4: %3i Po8: %3i" ,Poti4,Poti8); //PPM24-Erweiterung (121007Kr)
115
           break;
115
           break;
116
    case 10:
116
    case 10:
117
           LCD_printfxy(0,0,"Servo  " );
117
           LCD_printfxy(0,0,"Servo  " );
118
           LCD_printfxy(0,1,"Setpoint  %3i",Parameter_ServoNickControl);
118
           LCD_printfxy(0,1,"Setpoint  %3i",Parameter_ServoNickControl);
119
           LCD_printfxy(0,2,"Stellung: %3i",ServoValue);
119
           LCD_printfxy(0,2,"Stellung: %3i",ServoValue);