Subversion Repositories NaviCtrl

Rev

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

Rev 122 Rev 123
Line 153... Line 153...
153
                                {
153
                                {
154
                                        LCD_printfxy(13,0,"SBAS");
154
                                        LCD_printfxy(13,0,"SBAS");
155
                                }
155
                                }
156
                                else
156
                                else
157
                                {
157
                                {
158
                                        LCD_printfxy(14,0,"    ");
158
                                        LCD_printfxy(13,0,"    ");
159
                                }
159
                                }
Line 160... Line 160...
160
 
160
 
161
                                if(GPSData.Position.Longitude < 0) sign = '-';
161
                                if(GPSData.Position.Longitude < 0) sign = '-';
162
                                else sign = '+';
162
                                else sign = '+';