comparison code_part1/OSTC_code_asm_part1/menu_reset.asm @ 692:82f71a73f450

indicate first gas in surfacemode
author heinrichsweikamp
date Sun, 10 Feb 2013 12:51:44 +0100
parents aebb6d039249
children 03f8a8eec9ae 9635f6276c3e
comparison
equal deleted inserted replaced
691:dc28ba4601ee 692:82f71a73f450
189 CF_DEFAULT CF_PERCENT, .4, .0, .100 ; CF62 pSCR O2 Drop 189 CF_DEFAULT CF_PERCENT, .4, .0, .100 ; CF62 pSCR O2 Drop
190 CF_DEFAULT CF_INT8, .10, .0, .100 ; CF63 pSCR counterlung ratio 190 CF_DEFAULT CF_INT8, .10, .0, .100 ; CF63 pSCR counterlung ratio
191 191
192 ;---- BANK2 custom function defaults ------------------------------------- 192 ;---- BANK2 custom function defaults -------------------------------------
193 cf_default_table2: 193 cf_default_table2:
194 CF_DEFAULT CF_COLOR, d'74', 0, 0 ; CF64 color_inactive Color inactive: grey 194 CF_DEFAULT CF_COLOR, d'103', 0, 0 ; CF64 color_inactive Color inactive: grey
195 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF65 Show safety stop 195 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF65 Show safety stop
196 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF66 Show GF in NDL (If GF > CF08) 196 CF_DEFAULT CF_BOOL, 0, 0, 0 ; CF66 Show GF in NDL (If GF > CF08)
197 CF_DEFAULT CF_PERCENT, d'30', d'5', d'90' ; CF67 aGF_low_default 30% 197 CF_DEFAULT CF_PERCENT, d'30', d'5', d'90' ; CF67 aGF_low_default 30%
198 CF_DEFAULT CF_PERCENT, d'90', d'30', d'95' ; CF68 aGF_high_default 90% 198 CF_DEFAULT CF_PERCENT, d'90', d'30', d'95' ; CF68 aGF_high_default 90%
199 199