Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/tft_outputs.inc Sat May 30 21:33:04 2015 +0200 +++ b/src/tft_outputs.inc Sat May 30 21:34:01 2015 +0200 @@ -106,16 +106,17 @@ extern TFT_warning_fallback ; Show fallback warning ; Misc - extern TFT_standard_color - extern TFT_disabled_color - extern TFT_attention_color - extern TFT_warnings_color - extern adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] - extern adjust_depth_with_salinity_log ; computes salinity setting (FROM WREG!) into lo:hi [mbar] - extern TFT_convert_date_short - extern TFT_convert_signed_16bit - extern TFT_convert_date - extern TFT_debug_output - extern TFT_show_time_date_menu - extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet - extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit \ No newline at end of file + extern TFT_standard_color + extern TFT_disabled_color + extern TFT_attention_color + extern TFT_warnings_color + extern TFT_divemask_color + extern adjust_depth_with_salinity ; computes salinity setting into lo:hi [mbar] + extern adjust_depth_with_salinity_log ; computes salinity setting (FROM WREG!) into lo:hi [mbar] + extern TFT_convert_date_short + extern TFT_convert_signed_16bit + extern TFT_convert_date + extern TFT_debug_output + extern TFT_show_time_date_menu + extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet + extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit \ No newline at end of file