Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 292:ccb93f319e78
ADD (back) Gas Volumes display after decoplanning.
author | jDG |
---|---|
date | Sat, 30 May 2015 21:34:01 +0200 |
parents | 5b4ef0b9090d |
children | 4f83470dcece |
comparison
equal
deleted
inserted
replaced
291:f3df4f291c90 | 292:ccb93f319e78 |
---|---|
104 extern TFT_ceiling ; Ceiling | 104 extern TFT_ceiling ; Ceiling |
105 extern TFT_clear_safety_stop ; Clear safety stop | 105 extern TFT_clear_safety_stop ; Clear safety stop |
106 extern TFT_warning_fallback ; Show fallback warning | 106 extern TFT_warning_fallback ; Show fallback warning |
107 | 107 |
108 ; Misc | 108 ; Misc |
109 extern TFT_standard_color | 109 extern TFT_standard_color |
110 extern TFT_disabled_color | 110 extern TFT_disabled_color |
111 extern TFT_attention_color | 111 extern TFT_attention_color |
112 extern TFT_warnings_color | 112 extern TFT_warnings_color |
113 extern adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] | 113 extern TFT_divemask_color |
114 extern adjust_depth_with_salinity_log ; computes salinity setting (FROM WREG!) into lo:hi [mbar] | 114 extern adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] |
115 extern TFT_convert_date_short | 115 extern adjust_depth_with_salinity_log ; computes salinity setting (FROM WREG!) into lo:hi [mbar] |
116 extern TFT_convert_signed_16bit | 116 extern TFT_convert_date_short |
117 extern TFT_convert_date | 117 extern TFT_convert_signed_16bit |
118 extern TFT_debug_output | 118 extern TFT_convert_date |
119 extern TFT_show_time_date_menu | 119 extern TFT_debug_output |
120 extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet | 120 extern TFT_show_time_date_menu |
121 extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit | 121 extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet |
122 extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit |