diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 83:3e351e25f5d1

adding anti-aliased fonts frame and merging some patches from Jeando
author heinrichsweikamp
date Tue, 07 Dec 2010 22:36:19 +0100
parents 31fa973a70fd
children 0f4c175ef824
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Dec 07 13:22:17 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Dec 07 22:36:19 2010 +0100
@@ -1977,14 +1977,6 @@
 	movff	wait_temp,box_temp+4		; column right (0-159)
 	call	PLED_box
 
-    ; Then clear use EMPTY part of the battery
-    clrf    box_temp+0          ; Black background
-    movff   wait_temp,box_temp+3; Last filled column
-    incf    box_temp+3, BANKED  ; +1 -> first cleared one.
-    movlw   .31                 ; end of battery
-    movwf   box_temp+4
-    call    PLED_box
-
 	call		PLED_standard_color
 	return