# HG changeset patch
# User heinrichsweikamp
# Date 1316939453 -7200
# Node ID 32e1174fb89ebee33d07b6177e049a4d088a8539
# Parent  68d595db29a15cb9f6d0d810f91d9863da0cad69
move ppO2 display two pixels up

diff -r 68d595db29a1 -r 32e1174fb89e code_part1/OSTC_code_asm_part1/pled_outputs.asm
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Sep 23 01:32:17 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sun Sep 25 10:30:53 2011 +0200
@@ -1062,7 +1062,7 @@
 
 PLED_show_ppO2:					; Show ppO2 (ppO2 stored in xC)
 	ostc_debug	't'		; Sends debug-information to screen if debugmode active
-	WIN_TOP		.119
+	WIN_TOP		.117
 	WIN_LEFT	.0
 	WIN_FONT 	FT_SMALL
 	PLED_color_code		warn_ppo2		; Color-code output (ppO2 stored in xC)
@@ -1089,7 +1089,7 @@
 PLED_show_ppO2_clear:					; Clear ppO2
 	movlw	d'10'
 	movwf	temp1
-	WIN_TOP		.120
+	WIN_TOP		.117
 	WIN_LEFT	.0
 	call	PLED_display_clear_common_y1
 	return
diff -r 68d595db29a1 -r 32e1174fb89e code_part1/OSTC_code_c_part2/p2_deco.o
Binary file code_part1/OSTC_code_c_part2/p2_deco.o has changed