Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 644:420e62cd88ad
point to correct diluent location
author | heinrichsweikamp |
---|---|
date | Wed, 03 Oct 2012 13:12:02 +0200 |
parents | bab5a9fc1b10 |
children | c6220d340684 |
comparison
equal
deleted
inserted
replaced
643:3b50c9949b84 | 644:420e62cd88ad |
---|---|
133 call update_batt_voltage ; display battery voltage | 133 call update_batt_voltage ; display battery voltage |
134 call timeout_premenu ; timeout premenu | 134 call timeout_premenu ; timeout premenu |
135 call set_leds_surfmode ; Sets Warning and No-Fly LEDs | 135 call set_leds_surfmode ; Sets Warning and No-Fly LEDs |
136 call check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong | 136 call check_customfunctions ; Checks CF functions and displays warning symbol if something critical is wrong |
137 call surfcustomview_second ; Do every-second tasks for the custom view area | 137 call surfcustomview_second ; Do every-second tasks for the custom view area |
138 call dive_type_icons ; Draw Air/Nitrox/Trimix color icon. | 138 call dive_type_icons ; Draw Air/Nitrox/Trimix color icon. |
139 | 139 |
140 ; Every 2 seconds, overwrite with GF value (if needed to display) | 140 ; Every 2 seconds, overwrite with GF value (if needed to display) |
141 btfsc secs,1 ; Alternating every 2sec (if needed) | 141 btfsc secs,1 ; Alternating every 2sec (if needed) |
142 call PLED_display_cns_surface ; Display CNS (if > CF15). | 142 call PLED_display_cns_surface ; Display CNS (if > CF15). |
143 btfss secs,1 | 143 btfss secs,1 |