comparison src/divemode.inc @ 413:12e85930d95c

NEW: New Customview shows ppO2(O2) and ppO2(Diluent) during CCR mode
author heinrichsweikamp
date Tue, 22 Mar 2016 16:39:00 +0100
parents 08fea401be24
children 9edb1359ce43
comparison
equal deleted inserted replaced
412:e8a1486815d9 413:12e85930d95c
19 ; Divemode has multiple layouts but basicly splits the screen into 3 rows: 19 ; Divemode has multiple layouts but basicly splits the screen into 3 rows:
20 ; - upper content row: depth, max depth, dive time, etc. 20 ; - upper content row: depth, max depth, dive time, etc.
21 ; - custom content view with selectable views 21 ; - custom content view with selectable views
22 ; - bottom content: temp, gas, ndl, tts, etc. 22 ; - bottom content: temp, gas, ndl, tts, etc.
23 23
24 ; I. The upper conent row. (0-99) 24 ; I. The upper content row. (0-99)
25 ; The top row can be divided 2 areas: 25 ; The top row can be divided 2 areas:
26 ; - header: has the titles (mask) 26 ; - header: has the titles (mask)
27 ; - content: has the values 27 ; - content: has the values
28 ;******* Upper content / header row ******* 28 ;******* Upper content / header row *******
29 #DEFINE dm_mask_depth_row .0 29 #DEFINE dm_mask_depth_row .0
114 #DEFINE dm_apnoe_total_divetime_column dm_divetime_apnoe_column ; 103 114 #DEFINE dm_apnoe_total_divetime_column dm_divetime_apnoe_column ; 103
115 #DEFINE dm_apnoe_total_divetime_secs_row dm_apnoe_total_divetime_row+.11 ; 75 115 #DEFINE dm_apnoe_total_divetime_secs_row dm_apnoe_total_divetime_row+.11 ; 75
116 #DEFINE dm_apnoe_total_divetime_secs_col dm_divetime_apnoe_column+.36 ; 139 116 #DEFINE dm_apnoe_total_divetime_secs_col dm_divetime_apnoe_column+.36 ; 139
117 #DEFINE dm_total_apnoe_text_row dm_apnoe_total_divetime_row-.11 ; 53 117 #DEFINE dm_total_apnoe_text_row dm_apnoe_total_divetime_row-.11 ; 53
118 #DEFINE dm_total_apnoe_text_column .132 ; 132 118 #DEFINE dm_total_apnoe_text_column .132 ; 132
119 ; I. End of the upper conent row. (0-99) 119 ; I. End of the upper content row. (0-99)
120 120
121 121
122 122
123 ; 1px space between the 1st and 2nd content rows 123 ; 1px space between the 1st and 2nd content rows
124 #DEFINE dm_sep_1_2_row dm_offset+.86 ; 100 124 #DEFINE dm_sep_1_2_row dm_offset+.86 ; 100
264 #DEFINE dm_custom_ceiling_ppo2_column .8 ; 8 264 #DEFINE dm_custom_ceiling_ppo2_column .8 ; 8
265 ; Value 265 ; Value
266 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119 266 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119
267 #DEFINE dm_custom_ceiling_value_column .66 ; 64 267 #DEFINE dm_custom_ceiling_value_column .66 ; 64
268 #DEFINE dm_custom_ceiling_ppo2_val_col .2 ; 2 268 #DEFINE dm_custom_ceiling_ppo2_val_col .2 ; 2
269 ; II. End of the custom conent row. (101-163) 269
270 ;******* Custom content / #10 - Sensor check view *******
271 ; Title
272 #DEFINE dm_custom_s_check_text_row dm_customview_row+.1 ; 102
273 #DEFINE dm_custom_s_check_text_column .50 ; 50
274 #DEFINE dm_custom_ppO2_text_column .2 ; 2
275 #DEFINE dm_custom_ppDil_text_column .115 ; 115
276 ; Value
277 #DEFINE dm_custom_s_check_ppo2_o2_column .8 ; 8
278 #DEFINE dm_custom_s_check_ppo2_dil_col .108 ; 108
279 #DEFINE dm_custom_s_check_value_row dm_customview_row+.18 ; 119
280 ; II. End of the custom content row. (101-163)
270 281
271 282
272 283
273 ; 1px space between the 2nd and 3rd content rows 284 ; 1px space between the 2nd and 3rd content rows
274 #DEFINE dm_sep_2_3_row dm_offset+.150 ; 164 285 #DEFINE dm_sep_2_3_row dm_offset+.150 ; 164