comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 21:73014f788032

1.60 stable rc1
author heinrichsweikamp
date Wed, 21 Apr 2010 17:37:30 +0200
parents 07e7ca48b49d
children 70215309143d 99512945c7a1
comparison
equal deleted inserted replaced
20:8824446f7241 21:73014f788032
75 call word_processor 75 call word_processor
76 return 76 return
77 77
78 78
79 PLED_resetdebugger: 79 PLED_resetdebugger:
80 call set_LEDr 80 bsf LED_red
81 call clear_LEDnofly 81 bcf LED_blue
82 call PLED_boot ; PLED boot 82 call PLED_boot ; PLED boot
83 call PLED_ClearScreen ; clean up OLED 83 call PLED_ClearScreen ; clean up OLED
84 84
85 call PLED_standard_color 85 call PLED_standard_color
86 86
174 call word_processor 174 call word_processor
175 175
176 PLED_resetdebugger_loop: 176 PLED_resetdebugger_loop:
177 btfss switch_left 177 btfss switch_left
178 bra PLED_resetdebugger_loop ; Loop 178 bra PLED_resetdebugger_loop ; Loop
179 call clear_LEDy 179 bcf LED_red
180 return 180 return
181 181
182 PLED_divemode_mask: ; Displays mask in Dive-Mode 182 PLED_divemode_mask: ; Displays mask in Dive-Mode
183 call PLED_divemask_color ; Set Color for Divemode mask 183 call PLED_divemask_color ; Set Color for Divemode mask
184 DISPLAYTEXTH .267 ; Max Depth 184 DISPLAYTEXTH .267 ; Max Depth