Subversion Repositories FlightCtrl

Rev

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

Rev 1920 Rev 1921
Line 22... Line 22...
22
{                                               //0123456789ABCDEF
22
{                                               //0123456789ABCDEF
23
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
23
        JetiBox_printfxy(0,0,"%2i.%1iV",UBat/10, UBat%10);
24
        if(NaviDataOkay)
24
        if(NaviDataOkay)
25
        {
25
        {
26
//              JetiBox_printfxy(6,0,"%03dm %03d%c", GPSInfo.HomeDistance/10,GPSInfo.HomeBearing, 0xDF);
26
//              JetiBox_printfxy(6,0,"%03dm %03d%c", GPSInfo.HomeDistance/10,GPSInfo.HomeBearing, 0xDF);
27
                JetiBox_printfxy(6,0,"%3d%c %03dm",(int)(ErsatzKompass / GIER_GRAD_FAKTOR), 0xDF, GPSInfo.HomeDistance/10);
27
                JetiBox_printfxy(6,0,"%3d%c %03dm",KompassValue, 0xDF, GPSInfo.HomeDistance/10);
28
        }
28
        }
29
        else
29
        else
30
        {
30
        {
31
                JetiBox_printfxy(6,0,"Status");
31
                JetiBox_printfxy(6,0,"Status");
32
        }
32
        }