diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 462:32e1174fb89e

move ppO2 display two pixels up
author heinrichsweikamp
date Sun, 25 Sep 2011 10:30:53 +0200
parents 92304826000d
children 7779bfa89171
line wrap: on
line diff
--- 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