# HG changeset patch
# User heinrichsweikamp
# Date 1318191505 -7200
# Node ID 472bccc39aeb80ca5a830f8410aa7ea957e12c07
# Parent  c083f5b9168c8509426f6386c3e88500bff9aaec
some nops for read command

diff -r c083f5b9168c -r 472bccc39aeb code_part1/OSTC_code_asm_part1/oled_samsung.asm
--- a/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Oct 09 22:12:09 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/oled_samsung.asm	Sun Oct 09 22:18:25 2011 +0200
@@ -560,6 +560,10 @@
 PLED_DataRead:
 	bsf		oled_rs					; Data register.
 	bcf		oled_e_nwr              ; Read enable.
+	nop
+	nop
+	nop
+	nop
 	movf	PORTD,W				    ; Read byte.
 	bsf		oled_e_nwr              ; release bus.
 	return