comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 498:4c7f7807b250

minor fixes in german layout
author heinrichsweikamp
date Mon, 14 Nov 2011 08:12:13 +0100
parents 06db5dd9149f
children 2ac77db9c150
comparison
equal deleted inserted replaced
497:06db5dd9149f 498:4c7f7807b250
608 movlw d'6' 608 movlw d'6'
609 movwf temp1 609 movwf temp1
610 bcf timeout_display ; Clear flag 610 bcf timeout_display ; Clear flag
611 bra PLED_display_clear_common_y1 611 bra PLED_display_clear_common_y1
612 612
613 PLED_display_velocity_graphical_clear: 613 PLED_display_velocity_graph_clr:
614 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display 614 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display
615 bra PLED_display_velocity ; Continue with normal output 615 bra PLED_display_velocity ; Continue with normal output
616 616
617 PLED_display_velocity_graphical: 617 PLED_display_velocity_graphical:
618 btfss neg_flag 618 btfss neg_flag
619 bra PLED_display_velocity_graphical_clear 619 bra PLED_display_velocity_graph_clr
620 bsf pled_velocity_display 620 bsf pled_velocity_display
621 ; divA+0 holding the ascend speed in m/min 621 ; divA+0 holding the ascend speed in m/min
622 movff divA+0,hi ; Copy 622 movff divA+0,hi ; Copy
623 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display 623 WIN_BOX_BLACK .20, .90, .65, .75 ; Clear graphic display
624 GETCUSTOM8 d'36' ; Divemode mask 624 GETCUSTOM8 d'36' ; Divemode mask