Mercurial > public > hwos_code
comparison src/divemode.inc @ 533:dfac393b2199
CHANGE: CCR Calibration gas range limited to O2% 21-25 and 95-100 to save button presses
Layout adjustsments in divemode (CCR ppO2(Dil)
author | heinrichsweikamp |
---|---|
date | Mon, 21 Aug 2017 14:55:36 +0200 |
parents | d36f9fca10ae |
children | cf68fe0c3002 |
comparison
equal
deleted
inserted
replaced
532:72ae62440597 | 533:dfac393b2199 |
---|---|
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 .68 ; 66 | 263 #DEFINE dm_custom_ceiling_text_column .68 ; 66 |
264 #DEFINE dm_custom_ceiling_ppo2_column .8 ; 8 | 264 #DEFINE dm_custom_ceiling_ppo2_column .8 ; 8 |
265 #DEFINE dm_custom_ceiling_ppo2_column_dil .0 ; 0 NEW tuned position because text is longer | |
266 | |
265 ; Value | 267 ; Value |
266 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119 | 268 #DEFINE dm_custom_ceiling_value_row dm_customview_row+.18 ; 119 |
267 #DEFINE dm_custom_ceiling_value_column .66 ; 64 | 269 #DEFINE dm_custom_ceiling_value_column .66 ; 64 |
268 #DEFINE dm_custom_ceiling_ppo2_val_col .2 ; 2 | 270 #DEFINE dm_custom_ceiling_ppo2_val_col .2 ; 2 |
269 | 271 |