Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 130:c935f7fbd39c
no safety stop during menu display
author | heinrichsweikamp |
---|---|
date | Thu, 03 Jul 2014 19:34:41 +0200 |
parents | 9e856337b225 |
children | 35b9da423de6 |
comparison
equal
deleted
inserted
replaced
129:a329a948cede | 130:c935f7fbd39c |
---|---|
727 ; bra TFT_display_ndl_mask2 ; Clear gradient factor | 727 ; bra TFT_display_ndl_mask2 ; Clear gradient factor |
728 ; | 728 ; |
729 | 729 |
730 global TFT_show_safety_stop | 730 global TFT_show_safety_stop |
731 TFT_show_safety_stop: | 731 TFT_show_safety_stop: |
732 btfsc divemode_menu ; Is the dive mode menu shown? | |
733 return ; Yes, return | |
734 | |
732 tstfsz safety_stop_countdown ; Countdown at zero? | 735 tstfsz safety_stop_countdown ; Countdown at zero? |
733 bra TFT_show_safety_stop2 ; No, show stop | 736 bra TFT_show_safety_stop2 ; No, show stop |
734 | 737 |
735 bcf show_safety_stop ; Clear flag | 738 bcf show_safety_stop ; Clear flag |
736 | 739 |