Mercurial > public > hwos_code
comparison src/divemode.inc @ 471:9edb1359ce43
NEW: New Customview 11 in dive mode shows ppO2, EAD/END and CNS
CHANGE: Customview 4 shows Clock, Battery Information and Tissue Information
author | heinrichsweikamp |
---|---|
date | Sun, 11 Dec 2016 14:43:56 +0100 |
parents | 12e85930d95c |
children | c0ee33f1f399 |
comparison
equal
deleted
inserted
replaced
470:81faca166e1b | 471:9edb1359ce43 |
---|---|
181 #DEFINE dm_custom_endtime_row dm_custom_clock_row+.23 ; 140 - not used | 181 #DEFINE dm_custom_endtime_row dm_custom_clock_row+.23 ; 140 - not used |
182 #DEFINE dm_custom_endtime_column dm_custom_clock_column ; 0 - not used | 182 #DEFINE dm_custom_endtime_column dm_custom_clock_column ; 0 - not used |
183 ; EAD/AND | 183 ; EAD/AND |
184 #DEFINE dm_custom_eadend_title_row dm_customview_row+.1 ; 102 | 184 #DEFINE dm_custom_eadend_title_row dm_customview_row+.1 ; 102 |
185 #DEFINE dm_custom_ead_row dm_customview_row+.16 ; 117 | 185 #DEFINE dm_custom_ead_row dm_customview_row+.16 ; 117 |
186 #DEFINE dm_custom_ead_column .46 ; 46 | 186 #DEFINE dm_custom_ead_column .50 ; 50 |
187 #DEFINE dm_custom_end_row dm_custom_ead_row+.23 ; 140 | 187 #DEFINE dm_custom_end_row dm_custom_ead_row+.23 ; 140 |
188 #DEFINE dm_custom_end_column dm_custom_ead_column ; 46 | 188 #DEFINE dm_custom_end_column dm_custom_ead_column ; 50 |
189 ; Tissue title | 189 ; Tissue title |
190 #DEFINE dm_custom_tissue_title_row dm_customview_row+.1 ; 102 | 190 #DEFINE dm_custom_tissue_title_row dm_customview_row+.1 ; 102 |
191 #DEFINE dm_custom_tissue_title_column .120 ; 120 | 191 #DEFINE dm_custom_tissue_title_column .120 ; 120 |
192 ; N2 / He values | 192 ; N2 / He values |
193 #DEFINE dm_custom_tissue_N2_row dm_custom_ead_row+.5 ; 122 | 193 #DEFINE dm_custom_tissue_N2_row dm_custom_ead_row+.5 ; 122 |