diff code_part1/OSTC_code_asm_part1/eeprom_rs232.asm @ 681:6e456a6398e0

Hardware4 support
author heinrichsweikamp
date Fri, 25 Jan 2013 18:00:49 +0100
parents fbd5e2b75a63
children 39e02673db4c
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm	Fri Jan 25 16:31:22 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm	Fri Jan 25 18:00:49 2013 +0100
@@ -221,9 +221,9 @@
 
 uart_115k_bootloader:
 	bcf		PIE1,RCIE				; disable interrupt for RS232
-	call	PLED_ClearScreen		; Clear screen
+	call	DISP_ClearScreen		; Clear screen
 	movlw	color_red
-    call	PLED_set_color			; Set to Red
+    call	DISP_set_color			; Set to Red
 	DISPLAYTEXTH	d'302'			; Bootloader
 	bcf		RCSTA,CREN				; Clear receiver status
 	bsf		RCSTA,CREN