Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 110:8aa8acada0fd
Display deco-type icon in surface mode.
author | JeanDo |
---|---|
date | Wed, 22 Dec 2010 03:23:55 +0100 |
parents | a2b9eca1f396 |
children | 14a074e1a375 |
comparison
equal
deleted
inserted
replaced
109:6e635bf5b7a7 | 110:8aa8acada0fd |
---|---|
128 call timeout_premenu ; timeout premenu | 128 call timeout_premenu ; timeout premenu |
129 call set_leds_surfmode ; Sets Warning and No-Fly LEDs | 129 call set_leds_surfmode ; Sets Warning and No-Fly LEDs |
130 call check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong | 130 call check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong |
131 call PLED_display_decotype_surface ; Show deco mode | 131 call PLED_display_decotype_surface ; Show deco mode |
132 call surfcustomview_second ; Do every-second tasks for the custom view area | 132 call surfcustomview_second ; Do every-second tasks for the custom view area |
133 call dive_type_icons ; Draw Air/Nitrox/Trimix color icon. | |
133 btfsc enter_error_sleep ; Enter Fatal Error Routine? | 134 btfsc enter_error_sleep ; Enter Fatal Error Routine? |
134 call fatal_error_sleep ; Yes (In Sleepmode.asm!) | 135 call fatal_error_sleep ; Yes (In Sleepmode.asm!) |
135 bcf onesecupdate ; every second tasks done | 136 bcf onesecupdate ; every second tasks done |
136 | 137 |
137 surfloop_loop2: | 138 surfloop_loop2: |