diff code_part1/OSTC_code_asm_part1/oled_samsung.asm @ 577:e3ffc6d62a63

minor clean
author heinrichsweikamp
date Sun, 22 Apr 2012 21:32:04 +0200
parents ab2686087bce
children 963383a9b624
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Apr 22 14:38:10 2012 +0200
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Apr 22 21:32:04 2012 +0200
@@ -852,7 +852,7 @@
 	
 	return
 
-PLED_set_color:;Converts 8Bit RGB b'RRRGGGBB' into 16Bit RGB b'RRRRRGGGGGGBBBBB'
+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