Subversion Repositories FlightCtrl

Rev

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

Rev 202 Rev 273
Line 97... Line 97...
97
           LCD_printfxy(0,1,"Richtung:  %5i",KompassRichtung);
97
           LCD_printfxy(0,1,"Richtung:  %5i",KompassRichtung);
98
           LCD_printfxy(0,2,"Messwert:  %5i",KompassValue);
98
           LCD_printfxy(0,2,"Messwert:  %5i",KompassValue);
99
           LCD_printfxy(0,3,"Start:     %5i",KompassStartwert);
99
           LCD_printfxy(0,3,"Start:     %5i",KompassStartwert);
100
           break;
100
           break;
101
    case 9:
101
    case 9:
102
           LCD_printfxy(0,0,"Po1: %3i Po5: %3i" ,Poti1,Poti5);
102
           LCD_printfxy(0,0,"Po1: %3i Po5: %3i" ,Poti1,Poti5); //PPM24-Erweiterung (121007Kr)
103
           LCD_printfxy(0,1,"Po2: %3i Po6: %3i" ,Poti2,Poti6);
103
           LCD_printfxy(0,1,"Po2: %3i Po6: %3i" ,Poti2,Poti6); //PPM24-Erweiterung (121007Kr)
104
           LCD_printfxy(0,2,"Po3: %3i Po7: %3i" ,Poti3,Poti7);
104
           LCD_printfxy(0,2,"Po3: %3i Po7: %3i" ,Poti3,Poti7); //PPM24-Erweiterung (121007Kr)
105
           LCD_printfxy(0,3,"Po4: %3i Po8: %3i" ,Poti4,Poti8);
105
           LCD_printfxy(0,3,"Po4: %3i Po8: %3i" ,Poti4,Poti8); //PPM24-Erweiterung (121007Kr)
106
           break;
106
           break;
107
    case 10:
107
    case 10:
108
           LCD_printfxy(0,0,"Servo  " );
108
           LCD_printfxy(0,0,"Servo  " );
109
           LCD_printfxy(0,1,"Setpoint  %3i",Parameter_ServoNickControl);
109
           LCD_printfxy(0,1,"Setpoint  %3i",Parameter_ServoNickControl);
110
           LCD_printfxy(0,2,"Stellung: %3i",ServoValue);
110
           LCD_printfxy(0,2,"Stellung: %3i",ServoValue);