comparison src/divemode.inc @ 530:d36f9fca10ae

2.20beta release BUGFIX: Minor dive mode layout fixes in CCR Mode CHANGE: Minor German language fixes NEW: Warning for Diluent beeing out of safe ppO2 range in CCR modes NEW: New Customview 9 in OSTC cR or OSTC3 shows mV readings after Sensor calibration
author heinrichsweikamp
date Thu, 17 Aug 2017 13:20:03 +0200
parents 0d1cda9f2d43
children dfac393b2199
comparison
equal deleted inserted replaced
529:08d7eb26665c 530:d36f9fca10ae
156 ;******* Custom content / #2 - Decompressions stops ******* 156 ;******* Custom content / #2 - Decompressions stops *******
157 ; Title 157 ; Title
158 #DEFINE dm_custom_decoplan_title_row dm_customview_row ; 101 158 #DEFINE dm_custom_decoplan_title_row dm_customview_row ; 101
159 #DEFINE dm_custom_decoplan_title_column .65 ; 65 159 #DEFINE dm_custom_decoplan_title_column .65 ; 65
160 ; 1st col 160 ; 1st col
161 #DEFINE dm_cust_dstop_2nd_stop_row dm_customview_row+.15 ; 116 161 #DEFINE dm_cust_dstop_2nd_stop_row dm_customview_row+.14 ; 115
162 #DEFINE dm_cust_dstop_2nd_stop_column .0 ; 0 162 #DEFINE dm_cust_dstop_2nd_stop_column .0 ; 0
163 #DEFINE dm_cust_dstop_3rd_stop_row dm_customview_row+.39 ; 140 163 #DEFINE dm_cust_dstop_3rd_stop_row dm_customview_row+.37 ; 138
164 #DEFINE dm_cust_dstop_3rd_stop_column dm_cust_dstop_2nd_stop_column ; 0 164 #DEFINE dm_cust_dstop_3rd_stop_column dm_cust_dstop_2nd_stop_column ; 0
165 ; 2nd col 165 ; 2nd col
166 #DEFINE dm_cust_dstop_4th_stop_row dm_cust_dstop_2nd_stop_row ; 116 166 #DEFINE dm_cust_dstop_4th_stop_row dm_cust_dstop_2nd_stop_row ; 116
167 #DEFINE dm_cust_dstop_4th_stop_column .56 ; 56 167 #DEFINE dm_cust_dstop_4th_stop_column .56 ; 56
168 #DEFINE dm_cust_dstop_5th_stop_row dm_cust_dstop_3rd_stop_row ; 140 168 #DEFINE dm_cust_dstop_5th_stop_row dm_cust_dstop_3rd_stop_row ; 140
249 ;******* Custom content / #7 - Gas list ******* 249 ;******* Custom content / #7 - Gas list *******
250 ; Title 250 ; Title
251 #DEFINE dm_custom_dyn_gas_mask_row dm_customview_row ; 101 251 #DEFINE dm_custom_dyn_gas_mask_row dm_customview_row ; 101
252 #DEFINE dm_custom_dyn_gas_mask_column .59 ; 59 252 #DEFINE dm_custom_dyn_gas_mask_column .59 ; 59
253 ; col #1 253 ; col #1
254 #DEFINE dm_custom_dyn_gas_row1 dm_customview_row+.16 ; 117 254 #DEFINE dm_custom_dyn_gas_row1 dm_customview_row+.14 ; 115
255 #DEFINE dm_custom_dyn_gas_column1 .0 ; 0 255 #DEFINE dm_custom_dyn_gas_column1 .0 ; 0
256 ; col #2 256 ; col #2
257 #DEFINE dm_custom_dyn_gas_row2 dm_customview_row+.39 ; 140 257 #DEFINE dm_custom_dyn_gas_row2 dm_customview_row+.37 ; 138
258 #DEFINE dm_custom_dyn_gas_column2 .80 ; 80 258 #DEFINE dm_custom_dyn_gas_column2 .80 ; 80
259 259
260 ;******* Custom content / #8 - Ceiling value for GF_hi ******* 260 ;******* Custom content / #8 - Ceiling value for GF_hi *******
261 ; Title 261 ; Title
262 #DEFINE dm_custom_ceiling_text_row dm_customview_row+.1 ; 102 262 #DEFINE dm_custom_ceiling_text_row dm_customview_row+.1 ; 102
308 #DEFINE dm_3rdrow_lft .0 ; 0 308 #DEFINE dm_3rdrow_lft .0 ; 0
309 #DEFINE dm_3rdrow_rgt .159 ; 159 309 #DEFINE dm_3rdrow_rgt .159 ; 159
310 310
311 ;******* Bottom content / 1st col ******* 311 ;******* Bottom content / 1st col *******
312 ; Temperature 312 ; Temperature
313 #DEFINE dm_temp_row dm_3rdrow_top ; 165 313 #DEFINE dm_temp_row dm_3rdrow_top-.4 ; 161
314 #DEFINE dm_temp_column .0 ; 0 314 #DEFINE dm_temp_column .0 ; 0
315 ; Simulation text 315 ; Simulation text
316 #DEFINE dm_simtext_row dm_3rdrow_top ; 165 316 #DEFINE dm_simtext_row dm_3rdrow_top ; 165
317 #DEFINE dm_simtext_column .30 ; 30 317 #DEFINE dm_simtext_column .35 ; 35
318 ; Diluent gas 318 ; Diluent gas
319 #DEFINE dm_active_dil_row dm_3rdrow_top+.23 ; 189 319 #DEFINE dm_active_dil_row dm_3rdrow_top+.19 ; 185
320 #DEFINE dm_active_dil_column .0 ; 0 320 #DEFINE dm_active_dil_column .0 ; 0
321 ; active gas for OC, blinking better gas, setpoint or bailout for CCR 321 ; active gas for OC, blinking better gas, setpoint or bailout for CCR
322 #DEFINE dm_active_gas_row .208 ; 208 322 #DEFINE dm_active_gas_row .208 ; 208
323 #DEFINE dm_active_gas_column .0 ; 0 323 #DEFINE dm_active_gas_column .0 ; 0
324 324