Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/surfmode.asm @ 680:c6220d340684
Removed "Mix type" Icons and CF43
author | heinrichsweikamp |
---|---|
date | Fri, 25 Jan 2013 16:31:22 +0100 |
parents | 420e62cd88ad |
children | 6e456a6398e0 |
comparison
equal
deleted
inserted
replaced
679:b93c0c72a558 | 680:c6220d340684 |
---|---|
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. | |
139 | 138 |
140 ; Every 2 seconds, overwrite with GF value (if needed to display) | 139 ; Every 2 seconds, overwrite with GF value (if needed to display) |
141 btfsc secs,1 ; Alternating every 2sec (if needed) | 140 btfsc secs,1 ; Alternating every 2sec (if needed) |
142 call PLED_display_cns_surface ; Display CNS (if > CF15). | 141 call PLED_display_cns_surface ; Display CNS (if > CF15). |
143 btfss secs,1 | 142 btfss secs,1 |