Subversion Repositories Projects

Rev

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

Rev 941 Rev 1197
Line 97... Line 97...
97
            write_char_xy(11, top_line, 0xC6); // PC icon
97
            write_char_xy(11, top_line, 0xC6); // PC icon
98
        }
98
        }
Line 99... Line 99...
99
 
99
 
Line 100... Line 100...
100
        write_ndigit_number_u(13, top_line, naviData.CompassHeading, 3, 0);
100
        write_ndigit_number_u(13, top_line, naviData.CompassHeading, 3, 0);
Line 101... Line 101...
101
 
101
 
Line 102... Line 102...
102
        write_ascii_string_pgm(17, top_line, (const char *)(pgm_read_word(&(directions[heading_conv(naviData.CompassHeading)]))));
102
        write_ascii_string(17, top_line, directions[heading_conv(naviData.CompassHeading)]);
103
 
103