changeset 620:963383a9b624

minor
author heinrichsweikamp
date Sun, 05 Aug 2012 09:45:37 +0200
parents 85e8e1501fd8
children e7b675c28896
files code_part1/OSTC_code_asm_part1/oled_samsung.asm
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Fri Jul 27 19:32:18 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Aug 05 09:45:37 2012 +0200
@@ -854,7 +854,7 @@
 
 PLED_set_color:;Converts 8Bit RGB b'RRRGGGBB' into 16Bit RGB b'RRRRRGGG GGGBBBBB'
 	movwf	oled1_temp				; Get 8Bit RGB b'RRRGGGBB'
-	movff	oled1_temp,	oled2_temp	; Copy
+	movwf	oled2_temp				; Copy
 
 	; Mask Bit 7,6,5,4,3,2
 	movlw	b'00000011'
@@ -960,3 +960,4 @@
 	movff	oled3_temp,win_color2	; Set Bank0 Color registers...
 	return
 
+	
\ No newline at end of file