Subversion Repositories FlightCtrl

Rev

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

Rev 2090 Rev 2309
Line 124... Line 124...
124
           {
124
           {
125
           LCD_printfxy(0,0,"Height:  %5i",(int)(HoehenWert/5));
125
           LCD_printfxy(0,0,"Height:  %5i",(int)(HoehenWert/5));
126
           LCD_printfxy(0,1,"Setpoint:%5i",(int)(SollHoehe/5));
126
           LCD_printfxy(0,1,"Setpoint:%5i",(int)(SollHoehe/5));
127
           LCD_printfxy(0,2,"Pressure:%5i",MessLuftdruck);
127
           LCD_printfxy(0,2,"Pressure:%5i",MessLuftdruck);
128
           LCD_printfxy(0,3,"Offset:  %5i",OCR0A);
128
           LCD_printfxy(0,3,"Offset:  %5i",OCR0A);
-
 
129
#if (defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__))
-
 
130
                   if(ACC_AltitudeControl)      LCD_printfxy(17,3,"(A)",OCR0A);
-
 
131
#endif
129
           }
132
           }
130
           else
133
           else
131
           {
134
           {
132
           LCD_printfxy(0,0,"Height control");
135
           LCD_printfxy(0,0,"Height control");
133
           LCD_printfxy(0,1,"DISABLED");
136
           LCD_printfxy(0,1,"DISABLED");