Mercurial > public > hwos_code
comparison src/tft_outputs.inc @ 608:d866684249bd
work on 2.99 stable
author | heinrichsweikamp |
---|---|
date | Mon, 07 Jan 2019 21:13:43 +0100 |
parents | ca4556fb60b9 |
children | c40025d8e750 |
comparison
equal
deleted
inserted
replaced
607:c5151a490d88 | 608:d866684249bd |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File tft_outputs.inc REFACTORED VERSION V2.99e | 3 ; File tft_outputs.inc REFACTORED VERSION V2.99f |
4 ; | 4 ; |
5 ; | 5 ; |
6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 6 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
7 ;============================================================================= | 7 ;============================================================================= |
8 ; HISTORY | 8 ; HISTORY |
106 extern TFT_CNS_mask ; mask for CNS values | 106 extern TFT_CNS_mask ; mask for CNS values |
107 extern TFT_CNS ; data for CNS values | 107 extern TFT_CNS ; data for CNS values |
108 extern TFT_ppo2_ead_end_cns_mask ; mask for ppO2, END/EAD and CNS | 108 extern TFT_ppo2_ead_end_cns_mask ; mask for ppO2, END/EAD and CNS |
109 extern TFT_ppo2_ead_end_cns ; data for ppO2, END/EAD and CNS | 109 extern TFT_ppo2_ead_end_cns ; data for ppO2, END/EAD and CNS |
110 extern TFT_gf_factors_mask ; mask for GF factors | 110 extern TFT_gf_factors_mask ; mask for GF factors |
111 extern TFT_gf_factors ; data for GF factors | |
112 extern TFT_clock_batt_surfpress_mask ; mask for clock, battery and surface pressure | 111 extern TFT_clock_batt_surfpress_mask ; mask for clock, battery and surface pressure |
113 extern TFT_clock_batt_surfpress ; data for clock, battery and surface pressure | 112 extern TFT_clock_batt_surfpress ; data for clock, battery and surface pressure |
114 | 113 |
115 | 114 |
116 ; Surface Custom Views | 115 ; Surface Custom Views |
136 extern TFT_convert_signed_16bit | 135 extern TFT_convert_signed_16bit |
137 extern TFT_convert_date | 136 extern TFT_convert_date |
138 extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet | 137 extern convert_mbar_to_feet ; convert value in lo:hi from mbar to feet |
139 extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit | 138 extern convert_celsius_to_fahrenheit ; convert value in lo:hi from celsius to fahrenheit |
140 | 139 |
141 extern TFT_display_pure_ppo2 ; helper function | |
142 extern TFT_debug_output | 140 extern TFT_debug_output |
143 | 141 |
144 | 142 |
145 ; Alternative Dive Mode (aka Blind Mode) | 143 ; Alternative Dive Mode (aka Blind Mode) |
146 extern TFT_divemins_alternative | 144 extern TFT_divemins_alternative |