Mercurial > public > hwos_code
diff src/divemode.asm @ 315:4f83470dcece new_screen_layout
VSIbar #3: remaining changes for the split style bar
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Wed, 10 Jun 2015 22:32:38 +0100 |
parents | 453a3d13570f |
children | 6d8c82fe5a01 |
line wrap: on
line diff
--- a/src/divemode.asm Wed Jun 10 22:24:27 2015 +0100 +++ b/src/divemode.asm Wed Jun 10 22:32:38 2015 +0100 @@ -567,6 +567,7 @@ call TFT_active_gas_divemode ; Redraw gas/setpoint/diluent bcf blinking_better_gas ; Clear flag to have temperature updated once call TFT_temp_divemode ; Displays temperature + call TFT_draw_gassep_line ; Gas separator grid in spec mode only btfss decostop_active ; In deco mode ? bra timeout_divemode_menu_ndl ; No, show NDL again @@ -995,7 +996,7 @@ divemode_option3: ; minus 1m banksel isr_backup - movlw d'10' + movlw d'100' subwf sim_pressure+0 movlw .0 subwfb sim_pressure+1 @@ -1005,7 +1006,7 @@ divemode_option2: ; plus 1m banksel isr_backup - movlw d'10' + movlw d'100' addwf sim_pressure+0 movlw .0 addwfc sim_pressure+1