Rev 1437 | Rev 1866 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1437 | Rev 1771 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | #include "osd_ncmode_default.h" |
24 | #include "osd_ncmode_default.h" |
Line 25... | Line 25... | ||
25 | 25 | ||
Line 26... | Line 26... | ||
26 | #if (!(ALLCHARSDEBUG || (WRITECHARS != -1)) && !FCONLY) |
26 | #if (!(ALLCHARSDEBUG || (WRITECHARS != -1)) && !FCONLY) |
27 | - | ||
28 | int osd_ncmode_minimal() { |
27 | |
- | 28 | int osd_ncmode_minimal() { |
|
- | 29 | if (!(COSD_FLAGS_MODES & COSD_FLAG_HUD)) { |
|
29 | 30 | clear(); |
|
30 | if (COSD_FLAGS_MODES & COSD_FLAG_HUD) { |
31 | } else { |
31 | // write icons at init or after menu/mode-switch |
32 | // write icons at init or after menu/mode-switch |
32 | if (!(COSD_FLAGS_RUNTIME & COSD_ICONS_WRITTEN)) { |
33 | if (!(COSD_FLAGS_RUNTIME & COSD_ICONS_WRITTEN)) { |
33 | write_char_xy(4, top_line, 0xCB); // km/h |
34 | write_char_xy(4, top_line, 0xCB); // km/h |