Mercurial > public > hwos_code
comparison src/divemode.inc @ 608:d866684249bd
work on 2.99 stable
author | heinrichsweikamp |
---|---|
date | Mon, 07 Jan 2019 21:13:43 +0100 |
parents | ca4556fb60b9 |
children | 7b3903536213 |
comparison
equal
deleted
inserted
replaced
607:c5151a490d88 | 608:d866684249bd |
---|---|
1 ;============================================================================= | 1 ;============================================================================= |
2 ; | 2 ; |
3 ; File divemode.inc REFACTORED VERSION V2.99d | 3 ; File divemode.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 |
224 ;******* Custom View: GF-lo/hi, aGF-lo/hi, current GF value ******* | 224 ;******* Custom View: GF-lo/hi, aGF-lo/hi, current GF value ******* |
225 ; Title | 225 ; Title |
226 #DEFINE dm_custom_gf_title_row dm_customview_row+.1 ; 102 | 226 #DEFINE dm_custom_gf_title_row dm_customview_row+.1 ; 102 |
227 #DEFINE dm_custom_gf_row dm_customview_row+.18 ; 119 | 227 #DEFINE dm_custom_gf_row dm_customview_row+.18 ; 119 |
228 #DEFINE dm_custom_gf_column1 .0 ; 0 | 228 #DEFINE dm_custom_gf_column1 .0 ; 0 |
229 #DEFINE dm_custom_gf_column2 .60 ; 60 | 229 #DEFINE dm_custom_gf_column2 .65 ; 65 |
230 #DEFINE dm_custom_gf_column3 .118 ; 118 | 230 #DEFINE dm_custom_gf_column3 .95 ; 95 |
231 | 231 |
232 ;******* Custom View: Compass ******* | 232 ;******* Custom View: Compass ******* |
233 ; Title | 233 ; Title |
234 #DEFINE dm_custom_compass_mask_row dm_customview_row ; 101 | 234 #DEFINE dm_custom_compass_mask_row dm_customview_row ; 101 |
235 #DEFINE dm_custom_compass_mask_column .65 ; 65 | 235 #DEFINE dm_custom_compass_mask_column .65 ; 65 |