Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 717:91ae251d379f
"ostc3-style" menu titles
author | heinrichsweikamp |
---|---|
date | Thu, 23 May 2013 10:59:34 +0200 |
parents | 8aaacf6eee3f |
children | ad5ab9910820 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Wed May 22 14:46:00 2013 +0200 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Thu May 23 10:59:34 2013 +0200 @@ -222,10 +222,9 @@ STRCPY_PRINT TXT_CNSGR10 simulator_decoplan_cns_2: - call DISP_standard_color ; Back to normal. - WIN_INVERT .1 ; Init new Wordprocessor + call DISP_divemask_color DISPLAYTEXT .188 ; Sim. Results: - WIN_INVERT .0 ; Init new Wordprocessor + call DISP_standard_color simulator_show_decoplan1: call wait_switches ; Waits until switches are released, resets flag if button stays pressed! @@ -376,10 +375,9 @@ movff xC+0,sim_pressure+0 movff xC+1,sim_pressure+1 - call DISP_topline_box - WIN_INVERT .1 + call DISP_divemask_color DISPLAYTEXT .12 ; "Wait..." - WIN_INVERT .0 + call DISP_standard_color ; This override is done in ISR too, but do it right now also: movff sim_pressure+0,amb_pressure+0