diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 297:ceedf078b2d8

Gas Setup page 2 reworked, Texts 107, 108, 109,150, 149, 168, 42, 43, 53,54,55, 165 need update in french, spanish and german
author Heinrichsweikamp
date Fri, 29 Apr 2011 20:17:32 +0200
parents 2986e7cdb68c
children 438ecb8090eb
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Thu Apr 28 18:51:48 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Apr 29 20:17:32 2011 +0200
@@ -1864,10 +1864,10 @@
 	movlw	color_green			; Charge done.
     call	PLED_set_color
 
-	movlw	.177
+	movlw	.175
 	movff	WREG,win_top		; row top (0-239)
-	movlw	.192-.177
-	movff	WREG,win_height		; row bottom (0-239)
+	movlw	.19
+	movff	WREG,win_height
 	movlw	.2
 	movff	WREG,win_leftx2		; column left (0-159)
     movff   wait_temp,win_width	; column right (0-159)