Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 272 → Rev 273

/branches/Flight-Ctrl_V0_64_3_GPS_work_Jochen/menu.c
99,10 → 99,10
LCD_printfxy(0,3,"Start: %5i",KompassStartwert);
break;
case 9:
LCD_printfxy(0,0,"Po1: %3i Po5: %3i" ,Poti1,Poti5);
LCD_printfxy(0,1,"Po2: %3i Po6: %3i" ,Poti2,Poti6);
LCD_printfxy(0,2,"Po3: %3i Po7: %3i" ,Poti3,Poti7);
LCD_printfxy(0,3,"Po4: %3i Po8: %3i" ,Poti4,Poti8);
LCD_printfxy(0,0,"Po1: %3i Po5: %3i" ,Poti1,Poti5); //PPM24-Erweiterung (121007Kr)
LCD_printfxy(0,1,"Po2: %3i Po6: %3i" ,Poti2,Poti6); //PPM24-Erweiterung (121007Kr)
LCD_printfxy(0,2,"Po3: %3i Po7: %3i" ,Poti3,Poti7); //PPM24-Erweiterung (121007Kr)
LCD_printfxy(0,3,"Po4: %3i Po8: %3i" ,Poti4,Poti8); //PPM24-Erweiterung (121007Kr)
break;
case 10:
LCD_printfxy(0,0,"Servo " );