Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 471:9edb1359ce43
NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS
CHANGE: Customview 4 shows Clock, Battery Information and Tissue Information
author | heinrichsweikamp |
---|---|
date | Sun, 11 Dec 2016 14:43:56 +0100 |
parents | 12e85930d95c |
children | ad8acade5567 |
comparison
equal
deleted
inserted
replaced
470:81faca166e1b | 471:9edb1359ce43 |
---|---|
88 extern TFT_update_avr_stopwatch ; Update average depth and stopwatch | 88 extern TFT_update_avr_stopwatch ; Update average depth and stopwatch |
89 extern TFT_decoplan ; Decoplan | 89 extern TFT_decoplan ; Decoplan |
90 extern TFT_clear_divemode_menu ; Clear the divemode menu | 90 extern TFT_clear_divemode_menu ; Clear the divemode menu |
91 extern TFT_draw_gassep_line ; Draw the gas separator grid line in spec mode only | 91 extern TFT_draw_gassep_line ; Draw the gas separator grid line in spec mode only |
92 extern TFT_divemode_menu_cursor ; the divemode cursor | 92 extern TFT_divemode_menu_cursor ; the divemode cursor |
93 extern TFT_ead_end_tissues_clock_mask ; Setup Mask | 93 extern TFT_battinfo_tissues_clock_mask ; Setup Mask |
94 extern TFT_ead_end_tissues_clock ; Show EAD/END, Tissues and clock | 94 extern TFT_battinfo_tissues_clock ; Show EAD/END, Tissues and clock |
95 extern TFT_gf_mask ; Setup Mask | 95 extern TFT_gf_mask ; Setup Mask |
96 extern TFT_gf_mask_cGF ; Setup Mask - current GF only | 96 extern TFT_gf_mask_cGF ; Setup Mask - current GF only |
97 extern TFT_gf_info ; Show GF informations | 97 extern TFT_gf_info ; Show GF informations |
98 extern TFT_warning_agf ; Show a warning if aGF is selected | 98 extern TFT_warning_agf ; Show a warning if aGF is selected |
99 ; extern TFT_dive_compass_mask ; Compass mask | 99 ; extern TFT_dive_compass_mask ; Compass mask |
107 extern TFT_ceiling ; Ceiling | 107 extern TFT_ceiling ; Ceiling |
108 extern TFT_clear_safety_stop ; Clear safety stop | 108 extern TFT_clear_safety_stop ; Clear safety stop |
109 extern TFT_warning_fallback ; Show fallback warning | 109 extern TFT_warning_fallback ; Show fallback warning |
110 extern TFT_sensor_check_mask ; Show ppO2 of O2 and Diluent mask | 110 extern TFT_sensor_check_mask ; Show ppO2 of O2 and Diluent mask |
111 extern TFT_sensor_check ; Show ppO2 of O2 and Diluent | 111 extern TFT_sensor_check ; Show ppO2 of O2 and Diluent |
112 extern TFT_ppo2_ead_end_cns_mask ; Show ppO2, END/EAD and CNS mask | |
113 extern TFT_ppo2_ead_end_cns ; Show ppO2, END/EAD and CNS | |
114 | |
112 | 115 |
113 | 116 |
114 ; Misc | 117 ; Misc |
115 extern TFT_standard_color | 118 extern TFT_standard_color |
116 extern TFT_disabled_color | 119 extern TFT_disabled_color |