Subversion Repositories Projects

Rev

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

Rev 835 Rev 837
Line 290... Line 290...
290
        } else if (naviData.NCFlags & NC_FLAG_PH) {
290
        } else if (naviData.NCFlags & NC_FLAG_PH) {
291
            write_char_xy(27, bottom_line, 230); // gps ph
291
            write_char_xy(27, bottom_line, 230); // gps ph
292
        } else { // (naviData.NCFlags & NC_FLAG_FREE)
292
        } else { // (naviData.NCFlags & NC_FLAG_FREE)
293
            write_char_xy(27, bottom_line, 201); // sat2 (free)
293
            write_char_xy(27, bottom_line, 201); // sat2 (free)
294
        }
294
        }
-
 
295
 
-
 
296
 
-
 
297
        // after all, draw scope
-
 
298
        if (COSD_FLAGS_CONFIG & COSD_FLAG_SHOW_SCOPE) {
-
 
299
            draw_scope();
-
 
300
        }
295
    }
301
    }
Line 296... Line 302...
296
 
302
 
297
    //write_number_s(8, 5, RxDataLen);
303
    //write_number_s(8, 5, RxDataLen);