Subversion Repositories FlightCtrl

Rev

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

Rev 1933 Rev 1941
Line 22... Line 22...
22
void Menu_Status(uint8_t key)
22
void Menu_Status(uint8_t key)
23
{                                               //0123456789ABCDEF
23
{                                               //0123456789ABCDEF
24
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
24
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
25
        if(NaviDataOkay)
25
        if(NaviDataOkay)
26
        {
26
        {
27
                JetiBox_printfxy(6,0,"%3d%c %03dm%c",KompassValue, 0xDF, GPSInfo.HomeDistance/10,NC_GPS_ModeCharacter);
27
                JetiBox_printfxy(6,0,"%3d%c %03dm%c",ErsatzKompassInGrad, 0xDF, GPSInfo.HomeDistance/10,NC_GPS_ModeCharacter);
28
        }
28
        }
29
        else
29
        else
30
        {
30
        {
31
                JetiBox_printfxy(6,0,"Status");
31
                JetiBox_printfxy(6,0,"Status");
32
        }
32
        }