diff code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents e2acb601504c
children 44e9b961f156
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Fri Dec 16 22:41:47 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Sat Dec 17 10:28:29 2011 +0100
@@ -2851,7 +2851,7 @@
 	movlw	color_yellow			; Blink in yellow
     call	PLED_set_color
 	WIN_LEFT	.95
-	WIN_TOP		.150
+	WIN_TOP		.148
 	WIN_FONT	FT_SMALL
 
 	movlw	.6
@@ -2862,14 +2862,14 @@
 	STRCPY  TXT_GAS1
 	movff	menupos,lo
 	output_8					; Show gas number
-    STRCAT      " in "
+    STRCAT  TXT_AT4				; " at "
 	decf	menupos,W
 	addlw	d'28'				; offset in memory
 	movwf	EEADR
 	call	read_eeprom			; Low-value
 	movff	EEDATA,lo
 	output_8					; Show gas number
-    STRCAT_PRINT  "m "
+    STRCAT_PRINT  TXT_METER2	; "m "
 	bcf		leftbind
 	call	PLED_standard_color
 	return