Mercurial > public > mk2
changeset 280:ce6f861d4e3e
"TTS" redrawn correctly
author | heinrichsweikamp |
---|---|
date | Tue, 19 Apr 2011 07:37:56 +0200 |
parents | 8514588eb6a2 |
children | f8f865c70a0d |
files | code_part1/OSTC_code_asm_part1/divemode_menu.asm code_part1/OSTC_code_asm_part1/pled_outputs.asm |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm Tue Apr 19 03:12:22 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm Tue Apr 19 07:37:56 2011 +0200 @@ -680,6 +680,7 @@ btfsc gauge_mode ; Ignore in Gauge mode bra timeout_divemenu2a ; skip! + bcf menubit btfsc dekostop_active call PLED_display_deko_mask ; clear nostop time, display decodata btfss dekostop_active
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue Apr 19 03:12:22 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Tue Apr 19 07:37:56 2011 +0200 @@ -448,6 +448,7 @@ ; total deco time word call PLED_divemask_color ; Set Color for Divemode mask DISPLAYTEXT d'85' ; TTS + DISPLAYTEXT d'82' ; DEKOSTOP call PLED_standard_color return @@ -457,10 +458,6 @@ ostc_debug 'y' ; Sends debug-information to screen if debugmode active ; deco stop word - call PLED_divemask_color ; Set Color for Divemode mask - DISPLAYTEXT d'82' ; DEKOSTOP - call PLED_standard_color - WIN_TOP .80 WIN_LEFT .94 WIN_FONT FT_MEDIUM