Mercurial > public > hwos_code
comparison src/divemode.inc @ 333:14b466f66a7f new_screen_layout
Extend the Ceiling custom-view with ppO2 and current GF
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 28 Jun 2015 03:30:03 +0200 |
parents | 0ff81ff290ce |
children | ca32cf2435c6 |
comparison
equal
deleted
inserted
replaced
332:0ff81ff290ce | 333:14b466f66a7f |
---|---|
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 |
263 #DEFINE dm_custom_ceiling_text_column .66 ; 66 | 263 #DEFINE dm_custom_ceiling_text_column .68 ; 66 |
264 #DEFINE dm_custom_ceiling_ppo2_column .8 ; 8 | |
264 ; Value | 265 ; Value |
265 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119 | 266 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119 |
266 #DEFINE dm_custom_ceiling_value_column .64 ; 64 | 267 #DEFINE dm_custom_ceiling_value_column .66 ; 64 |
268 #DEFINE dm_custom_ceiling_ppo2_val_col .2 ; 2 | |
267 ; II. End of the custom conent row. (101-163) | 269 ; II. End of the custom conent row. (101-163) |
268 | 270 |
269 | 271 |
270 | 272 |
271 ; 1px space between the 2nd and 3rd content rows | 273 ; 1px space between the 2nd and 3rd content rows |