comparison src/customview.asm @ 419:881399cf0f5b

CHANGE: Remove ppO2 [Dil] from OC dive mode screen
author heinrichsweikamp
date Mon, 25 Apr 2016 15:25:32 +0200
parents 12e85930d95c
children eccae727702f
comparison
equal deleted inserted replaced
418:a5fc007634c5 419:881399cf0f5b
514 customview_init_view10: ; Sensor check 514 customview_init_view10: ; Sensor check
515 btfsc FLAG_apnoe_mode ; In Apnoe mode? 515 btfsc FLAG_apnoe_mode ; In Apnoe mode?
516 bra customview_toggle ; yes, Call next view... 516 bra customview_toggle ; yes, Call next view...
517 btfsc FLAG_gauge_mode ; In Gauge mode? 517 btfsc FLAG_gauge_mode ; In Gauge mode?
518 bra customview_toggle ; Yes, Call next view... 518 bra customview_toggle ; Yes, Call next view...
519 btfss FLAG_ccr_mode ; In CC mode?
520 bra customview_toggle ; no, Call next view...
519 521
520 call TFT_sensor_check_mask ; Show ppO2 of O2 and Diluent mask 522 call TFT_sensor_check_mask ; Show ppO2 of O2 and Diluent mask
521 call TFT_sensor_check ; Show ppO2 of O2 and Diluent 523 call TFT_sensor_check ; Show ppO2 of O2 and Diluent
522 bra customview_toggle_exit 524 bra customview_toggle_exit
523 525