Subversion Repositories FlightCtrl

Rev

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

Rev 1765 Rev 1837
Line 135... Line 135...
135
           break;
135
           break;
136
    case 9:
136
    case 9:
137
           LCD_printfxy(0,0,"Compass");
137
           LCD_printfxy(0,0,"Compass");
138
           LCD_printfxy(0,1,"Heading:  %5i",KompassRichtung);
138
           LCD_printfxy(0,1,"Heading:  %5i",KompassRichtung);
139
           LCD_printfxy(0,2,"Value:    %5i",KompassValue);
139
           LCD_printfxy(0,2,"Value:    %5i",KompassValue);
140
           LCD_printfxy(0,3,"Start:    %5i",KompassStartwert);
140
           LCD_printfxy(0,3,"Soll:     %5i",KompassSollWert);
141
           break;
141
           break;
142
    case 10:
142
    case 10:
143
           LCD_printfxy(0,0,"Poti1:  %3i",Poti[0]);
143
           LCD_printfxy(0,0,"Poti1:  %3i",Poti[0]);
144
           LCD_printfxy(0,1,"Poti2:  %3i",Poti[1]);
144
           LCD_printfxy(0,1,"Poti2:  %3i",Poti[1]);
145
           LCD_printfxy(0,2,"Poti3:  %3i",Poti[2]);
145
           LCD_printfxy(0,2,"Poti3:  %3i",Poti[2]);