Rev 2018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2018 | Rev 2019 | ||
---|---|---|---|
Line 201... | Line 201... | ||
201 | LCD_printfxy(0,3,"Height %4i (%3i)",0,0); |
201 | LCD_printfxy(0,3,"Height %4i (%3i)",0,0); |
202 | break; |
202 | break; |
203 | */ |
203 | */ |
204 | case 7:// Battery Voltage / Remote Control Level |
204 | case 7:// Battery Voltage / Remote Control Level |
205 | LCD_printfxy(0,1,"Voltage: %3i.%1iV",UBat/10, UBat%10); |
205 | LCD_printfxy(0,1,"Voltage: %3i.%1iV",UBat/10, UBat%10); |
206 | LCD_printfxy(0,2,"RC-Level: %5i",RC_Quality); |
206 | LCD_printfxy(0,2,"RC-Level: %5i",RCQuality); |
207 | break; |
207 | break; |
208 | case 8:// Compass Menu Item |
208 | case 8:// Compass Menu Item |
209 | LCD_printfxy(0,0,"Compass "); |
209 | LCD_printfxy(0,0,"Compass "); |
210 | LCD_printfxy(0,1,"Course: %5i", compassCourse); |
210 | LCD_printfxy(0,1,"Course: %5i", compassCourse); |
211 | LCD_printfxy(0,2,"Heading: %5i", compassHeading); |
211 | LCD_printfxy(0,2,"Heading: %5i", compassHeading); |