changeset 781:9635f6276c3e

Graphical velocity on by default
author heinrichsweikamp
date Mon, 02 Jun 2014 12:55:38 +0200
parents de7fa2316913
children 46ef1e1388f1
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/menu_reset.asm code_part1/OSTC_code_asm_part1/outputs.asm
diffstat 3 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Mon May 26 23:15:59 2014 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Mon Jun 02 12:55:38 2014 +0200
@@ -1,6 +1,7 @@
 New in 2.92:
 BETA Version
-
+NEW: Show Gas change countdown if CF55>0
+CHANGE: Graphical velocity on by default (CF60=1)
 
 New in 2.91:
 BETA Version
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm	Mon May 26 23:15:59 2014 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm	Mon Jun 02 12:55:38 2014 +0200
@@ -183,7 +183,7 @@
 	CF_DEFAULT    CF_INT8,      d'20',  d'5',   d'50'   ; CF57 Ascent/deco gas usage (SAC l/min)
 	CF_DEFAULT    CF_INT8,      d'0',   d'0',   d'10'   ; CF58 TTS for extra time at current depth [min]
 	CF_DEFAULT    CF_INT15,     d'0',   d'0',   d'7000' ; CF59 Cave conso warning [l]
-	CF_DEFAULT    CF_BOOL,     	0,   	0,      0 		; CF60 Show Graphical ascend speed indicator
+	CF_DEFAULT    CF_BOOL,     	1,   	0,      0 		; CF60 Show Graphical ascend speed indicator
 	CF_DEFAULT    CF_BOOL,      0,      0,      0 		; CF61 Show pSCR ppO2
 	                
 	CF_DEFAULT    CF_PERCENT,   .4,     .0,     .100	; CF62 pSCR O2 Drop
--- a/code_part1/OSTC_code_asm_part1/outputs.asm	Mon May 26 23:15:59 2014 +0200
+++ b/code_part1/OSTC_code_asm_part1/outputs.asm	Mon Jun 02 12:55:38 2014 +0200
@@ -594,7 +594,7 @@
     btfss   STATUS,N
     bra     DISP_show_gas_change_countdown2
     bcf     gaschange_cnt_active            ; Clear flag
-	WIN_TOP		.86
+	WIN_TOP		.91
 	WIN_LEFT	.64
 	WIN_FONT 	FT_SMALL
 	movlw	d'4'
@@ -611,7 +611,7 @@
 	return									; Yes, do not show
    	movlw	color_yellow                    ; show in yellow
     call	DISP_set_color
-	WIN_TOP		.86
+	WIN_TOP		.91
 	WIN_LEFT	.64
 	WIN_FONT 	FT_SMALL
 	WIN_INVERT	.0                      	; Init new Wordprocessor