Mercurial > public > hwos_code
annotate src/tft_outputs.inc @ 577:bfb87b4cf2ca
Italian update
author | heinrichsweikamp |
---|---|
date | Sun, 18 Feb 2018 19:18:46 +0100 |
parents | b7eb98dbd800 |
children | b455b31ce022 |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
560 | 3 ; File tft_outputs.inc REFACTORED VERSION V2.94 |
0 | 4 ; |
5 ; | |
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | |
7 ;============================================================================= | |
8 ; HISTORY | |
9 ; 2011-08-07 : [mH] moving from OSTC code | |
10 | |
11 ; Macros | |
12 extern TFT_color_code1 | |
13 TFT_color_code macro color_code_temp | |
14 movlw color_code_temp | |
15 call TFT_color_code1 | |
16 endm | |
17 | |
18 ; Surface mode | |
503
4542d03f748a
NEW: Last Dive customviews in surface mode with divetime, depth and interval
heinrichsweikamp
parents:
482
diff
changeset
|
19 extern TFT_surface_lastdive |
560 | 20 extern TFT_show_OC_startgas_surface ; Show first gas and "OSTC2-like" active gases |
0 | 21 extern TFT_serial |
22 extern TFT_clock | |
23 extern TFT_date | |
24 extern TFT_desaturation_time | |
25 extern TFT_nofly_time | |
26 extern TFT_gaslist_surfmode | |
27 extern TFT_dillist_surfmode | |
560 | 28 extern TFT_splist_surfmode ; Show Setpoint list |
0 | 29 extern TFT_temp_surfmode |
30 extern TFT_update_batt_voltage | |
31 extern TFT_display_decotype_surface | |
560 | 32 extern TFT_display_decotype_surface1 ; Used from logbook! |
0 | 33 extern TFT_update_surf_press |
560 | 34 extern TFT_surface_sensor ; Update HUD data in surface mode |
535
cf68fe0c3002
NEW: Show a warning for each sensor if the sensor is end-of-life after calibration (Less then 8mV in Air at sea level)
heinrichsweikamp
parents:
503
diff
changeset
|
35 extern TFT_sensor_surface_warning |
560 | 36 extern TFT_menu_calibrate ; Update mV data in menu |
37 extern TFT_custom_text ; The custom text | |
38 extern TFT_surface_tissues ; Show Tissue diagram in surface mode | |
39 extern TFT_surface_decosettings ; Show all deco settings | |
40 extern TFT_cat_serial ; Add serial to current string | |
41 extern TFT_cat_firmware ; Add firmware version to current string | |
42 | |
0 | 43 ; Menu |
44 extern TFT_LogOffset_Logtitle | |
560 | 45 extern TFT_show_color_schemes ; Yes, update the color schemes |
0 | 46 |
47 ; Dive mode | |
48 extern TFT_display_cns | |
49 extern TFT_divemins | |
50 extern TFT_depth | |
51 extern TFT_temp_divemode | |
560 | 52 extern TFT_max_depth |
0 | 53 extern TFT_active_gas_divemode |
54 extern TFT_divemode_mask | |
55 extern TFT_display_ndl_mask | |
560 | 56 extern TFT_display_tts |
0 | 57 extern TFT_display_ndl |
58 extern TFT_display_deko_mask | |
59 extern TFT_divemode_warning | |
60 extern TFT_divemode_warning_clear | |
315
4f83470dcece
VSIbar #3: remaining changes for the split style bar
Janos Kovacs <kovjanos@gmail.com>
parents:
292
diff
changeset
|
61 extern TFT_velocity_clear |
0 | 62 extern TFT_display_velocity |
63 extern TFT_display_deko | |
333
14b466f66a7f
Extend the Ceiling custom-view with ppO2 and current GF
Janos Kovacs <kovjanos@gmail.com>
parents:
315
diff
changeset
|
64 extern TFT_mask_ppo2 |
0 | 65 extern TFT_display_ppo2 |
66 extern TFT_update_batt_percent_divemode | |
67 extern TFT_display_apnoe_descent | |
68 extern TFT_apnoe_clear_surface | |
69 extern TFT_display_apnoe_surface | |
70 extern TFT_display_apnoe_last_max | |
560 | 71 extern TFT_display_ftts |
0 | 72 extern TFT_clear_warning_text |
73 extern TFT_clear_warning_text_2nd_row | |
74 extern TFT_warning_gf | |
192 | 75 extern TFT_update_ppo2_sensors ; Update Sensor data |
0 | 76 extern TFT_hud_mask ; The HUD mask |
77 extern TFT_mask_avr_stopwatch ; Show mask for average depth and stopwatch | |
78 extern TFT_update_avr_stopwatch ; Update average depth and stopwatch | |
79 extern TFT_decoplan ; Decoplan | |
80 extern TFT_clear_divemode_menu ; Clear the divemode menu | |
315
4f83470dcece
VSIbar #3: remaining changes for the split style bar
Janos Kovacs <kovjanos@gmail.com>
parents:
292
diff
changeset
|
81 extern TFT_draw_gassep_line ; Draw the gas separator grid line in spec mode only |
0 | 82 extern TFT_divemode_menu_cursor ; the divemode cursor |
560 | 83 extern TFT_battinfo_tissues_clock_mask ; Setup Mask |
84 extern TFT_battinfo_tissues_clock ; Show EAD/END, Tissues and clock | |
0 | 85 extern TFT_gf_mask ; Setup Mask |
333
14b466f66a7f
Extend the Ceiling custom-view with ppO2 and current GF
Janos Kovacs <kovjanos@gmail.com>
parents:
315
diff
changeset
|
86 extern TFT_gf_mask_cGF ; Setup Mask - current GF only |
0 | 87 extern TFT_gf_info ; Show GF informations |
88 extern TFT_warning_agf ; Show a warning if aGF is selected | |
55 | 89 extern TFT_divetimeout ; Show timeout counter |
104
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
90 extern TFT_show_safety_stop ; Show the safety stop |
223579e905c3
Show a Safety Stop if enabled (Menu "Deco Parameters")
heinrichsweikamp
parents:
102
diff
changeset
|
91 extern TFT_clear_decoarea ; Cleanup deco area on screen |
123 | 92 extern TFT_ceiling_mask ; The ceiling mask |
93 extern TFT_ceiling ; Ceiling | |
131 | 94 extern TFT_clear_safety_stop ; Clear safety stop |
145
e3ac5b2021bc
NEW: Setpoint-Fallback option for external O2 sensor failure
heinrichsweikamp
parents:
131
diff
changeset
|
95 extern TFT_warning_fallback ; Show fallback warning |
413
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
353
diff
changeset
|
96 extern TFT_sensor_check_mask ; Show ppO2 of O2 and Diluent mask |
12e85930d95c
NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
heinrichsweikamp
parents:
353
diff
changeset
|
97 extern TFT_sensor_check ; Show ppO2 of O2 and Diluent |
560 | 98 extern TFT_ppo2_ead_end_cns_mask ; Show ppO2, END/EAD and CNS mask |
99 extern TFT_ppo2_ead_end_cns ; Show ppO2, END/EAD and CNS | |
100 extern TFT_pscr_info_mask ; Show ppO2, drop and lung ratio mask | |
101 extern TFT_pscr_info ; Show ppO2, drop and lung ratio | |
102 extern TFT_gas_needs_mask | |
103 extern TFT_gas_needs | |
104 extern TFT_warning_gas_needs_warn | |
105 extern TFT_warning_gas_needs_att | |
106 extern TFT_warning_sensor_disagree | |
107 extern TFT_warning_IBCD | |
108 extern TFT_CNS_mask | |
109 extern TFT_CNS | |
110 extern TFT_display_eod_cns | |
111 extern TFT_warning_mbubbles | |
112 extern TFT_warning_outside | |
113 extern TFT_display_pure_ppo2 | |
114 extern TFT_info_deco | |
115 extern TFT_show_mode_divemode | |
0 | 116 |
117 ; Misc | |
292 | 118 extern TFT_standard_color |
119 extern TFT_disabled_color | |
120 extern TFT_attention_color | |
121 extern TFT_warnings_color | |
560 | 122 extern TFT_divemask_color |
292 | 123 extern adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
124 extern adjust_depth_with_salinity_log ; computes salinity setting (FROM WREG!) into lo:hi [mbar] | |
125 extern TFT_convert_date_short | |
126 extern TFT_convert_signed_16bit | |
127 extern TFT_convert_date | |
128 extern TFT_debug_output | |
129 extern TFT_show_time_date_menu | |
560 | 130 extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet |
131 extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit | |
132 | |
133 ; Alt dive mode (aka Blind mode) | |
134 extern TFT_divemins_alternative | |
135 extern TFT_divemode_mask_alternative | |
136 extern TFT_max_depth_alternative | |
137 extern TFT_big_deco_alt ; The big deco |