Mercurial > public > hwos_code
comparison src/surfmode.asm @ 480:ad8acade5567
NEW: PSCR mode (Passive semi-closed rebreather)
author | heinrichsweikamp |
---|---|
date | Mon, 06 Feb 2017 16:26:36 +0100 |
parents | 7c10557c248e |
children | 18e047102e49 |
comparison
equal
deleted
inserted
replaced
479:34e73dc68799 | 480:ad8acade5567 |
---|---|
146 call TFT_temp_surfmode ; Displays temperature | 146 call TFT_temp_surfmode ; Displays temperature |
147 call TFT_display_decotype_surface | 147 call TFT_display_decotype_surface |
148 call compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays | 148 call compute_ppo2 ; compute mv_sensorX and ppo2_sensorX arrays |
149 call check_sensors ; Set enable/disable flags | 149 call check_sensors ; Set enable/disable flags |
150 | 150 |
151 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea | 151 movff opt_dive_mode,lo ; 0=OC, 1=CC, 2=Gauge, 3=Apnea, 4=PSCR |
152 tstfsz lo | 152 tstfsz lo |
153 bra surfloop_no_oc ; Not OC | 153 bra surfloop_no_oc ; Not OC |
154 call TFT_show_OC_startgas_surface; Show first gas and "OSTC2-like" active gases | 154 call TFT_show_OC_startgas_surface; Show first gas and "OSTC2-like" active gases |
155 surfloop_no_oc: | 155 surfloop_no_oc: |
156 movff customview_surfmode,menupos3 ; Reload last customview | 156 movff customview_surfmode,menupos3 ; Reload last customview |